style: fix <select> padding in iOS Safari
This commit is contained in:
@@ -188,9 +188,9 @@
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background: none !important;
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user