mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-10 00:07:05 -05:00
Fix CSS3 :not() selector
This commit is contained in:
parent
0fe396211d
commit
e7b0ccff63
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
&:not([size], [multiple]) {
|
&:not([size]):not([multiple]) {
|
||||||
height: $input-height;
|
height: $input-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user