]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix custom-select with "multiple" attribute (#23055)
authorLodder <lodder15@hotmail.co.uk>
Tue, 3 Oct 2017 04:00:57 +0000 (05:00 +0100)
committerMark Otto <markd.otto@gmail.com>
Tue, 3 Oct 2017 04:00:57 +0000 (21:00 -0700)
scss/_custom-forms.scss

index f471be62276a806a271e7ac2ce5b2802db3c2db2..41dae4d7605ec39ee7f8c1bf4891b73d5fe5fb61 100644 (file)
     }
   }
 
+  &[multiple] {
+    height: auto;
+    background-image: none;
+  }
+
   &:disabled {
     color: $custom-select-disabled-color;
     background-color: $custom-select-disabled-bg;