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