Remove iOS button style from dropdown toggle
This commit is contained in:
parent
a3d302586d
commit
7c8809ce14
|
@ -22,4 +22,8 @@
|
||||||
|
|
||||||
.dropdown-divider {
|
.dropdown-divider {
|
||||||
border-top: 1px solid var(--raised-accent);
|
border-top: 1px solid var(--raised-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-toggle {
|
||||||
|
-webkit-appearance: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue