Fix CSS3 :not() selector

This commit is contained in:
vsn4ik 2016-02-07 19:21:26 +03:00
parent 0fe396211d
commit e7b0ccff63

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;
} }
} }