Remove iOS button style from dropdown toggle

This commit is contained in:
Andreas Nedbal 2020-05-07 03:43:13 +02:00
parent a3d302586d
commit 7c8809ce14
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@
.dropdown-divider {
border-top: 1px solid var(--raised-accent);
}
.dropdown-toggle {
-webkit-appearance: none;
}