]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix CSS3 :not() selector 19115/head
authorvsn4ik <vsn4ik@gmail.com>
Sun, 7 Feb 2016 16:21:26 +0000 (19:21 +0300)
committervsn4ik <vsn4ik@gmail.com>
Sun, 7 Feb 2016 16:21:26 +0000 (19:21 +0300)
scss/_forms.scss

index 03f14090647410584b38b363c01bea1877d50b89..5dbfbfb5eb470fbab842102d26d47c369ea9b3a1 100644 (file)
@@ -55,7 +55,7 @@
 }
 
 select.form-control {
-  &:not([size][multiple]) {
+  &:not([size]):not([multiple]) {
     height: $input-height;
   }
 }