From: vsn4ik Date: Sun, 7 Feb 2016 16:21:26 +0000 (+0300) Subject: Fix CSS3 :not() selector X-Git-Tag: v4.0.0-alpha.3~276^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b0ccff63f75c264ae014186ee143b2ddb68038;p=thirdparty%2Fbootstrap.git Fix CSS3 :not() selector --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 03f1409064..5dbfbfb5eb 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -55,7 +55,7 @@ } select.form-control { - &:not([size], [multiple]) { + &:not([size]):not([multiple]) { height: $input-height; } }