mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 18:11:51 +00:00
Fix CSS3 :not() selector
This commit is contained in:
parent
0fe396211d
commit
e7b0ccff63
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
&:not([size], [multiple]) {
|
&:not([size]):not([multiple]) {
|
||||||
height: $input-height;
|
height: $input-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue