2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #19115 from vsn4ik/v4-dev-fix-css3-not-selector

Fix css3 :not selector
This commit is contained in:
Chris Rebert
2016-02-07 11:51:39 -08:00
+1 -1
View File
@@ -55,7 +55,7 @@
} }
select.form-control { select.form-control {
&:not([size], [multiple]) { &:not([size]):not([multiple]) {
height: $input-height; height: $input-height;
} }
} }