]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
`.custom-select`: combine properties.
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 30 Jul 2019 12:26:56 +0000 (14:26 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 30 Jul 2019 12:43:38 +0000 (15:43 +0300)
scss/_custom-forms.scss

index c3b383cb4dbeea2dd4e560e3f7e0c87d365ebade..48f292bdfbf7e972b575cad765ebef731d9fe32d 100644 (file)
   line-height: $custom-select-line-height;
   color: $custom-select-color;
   vertical-align: middle;
-  background: $custom-select-background;
-  background-color: $custom-select-bg;
+  background: $custom-select-bg $custom-select-background;
   border: $custom-select-border-width solid $custom-select-border-color;
   @include border-radius($custom-select-border-radius, 0);
   @include box-shadow($custom-select-box-shadow);