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;
|
||||||
@@ -207,4 +207,4 @@
|
|||||||
background-color: var(--card-background);
|
background-color: var(--card-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user