From: Martijn Cuppens Date: Tue, 30 Jul 2019 12:26:56 +0000 (+0200) Subject: `.custom-select`: combine properties. X-Git-Tag: v4.4.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a38058af3cb00195b9981dc13b4cdbc01ea069;p=thirdparty%2Fbootstrap.git `.custom-select`: combine properties. --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index c3b383cb4d..48f292bdfb 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -226,8 +226,7 @@ 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);