mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fix CSS3 :not() selector
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
&:not([size], [multiple]) {
|
&:not([size]):not([multiple]) {
|
||||||
height: $input-height;
|
height: $input-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user