From ca44f5b03a9707dda74e1aa3f92a1b54de3ec6d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Apr 2017 11:56:27 -0700 Subject: Redo the small custom select vars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — Sizing shorthand comes last — Add height var and put it to use --- scss/_custom-forms.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'scss/_custom-forms.scss') diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index fb1e59c57..1d3ce2f18 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -176,14 +176,10 @@ } .custom-select-sm { + height: $custom-select-height-sm; padding-top: $custom-select-padding-y; padding-bottom: $custom-select-padding-y; - font-size: $custom-select-sm-font-size; - - // &:not([multiple]) { - // height: 26px; - // min-height: 26px; - // } + font-size: $custom-select-font-size-sm; } -- cgit v1.2.3