mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
don't box-shadow default selects, and don't apply our styles to it if it's a select[multiple]
This commit is contained in:
parent
2b56e65b4b
commit
047edbe5d9
@ -43,8 +43,10 @@ textarea {
|
||||
}
|
||||
|
||||
select {
|
||||
height: 34px;
|
||||
box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.075);
|
||||
&:not([multiple]) {
|
||||
height: 34px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
// Inputs with contrast for easy light gray backgrounds against white.
|
||||
|
Loading…
Reference in New Issue
Block a user