From 070678396122a25881ed6bf06aeda9df3e8e46b5 Mon Sep 17 00:00:00 2001 From: Ken Hawkins <khawkins98@gmail.com> Date: Wed, 16 May 2018 14:03:05 +0100 Subject: [PATCH] Make choices close button cleaner --- css/ebi-css-build/_ebi_clearable_inputs.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/ebi-css-build/_ebi_clearable_inputs.scss b/css/ebi-css-build/_ebi_clearable_inputs.scss index 44e0b404..3a63667d 100644 --- a/css/ebi-css-build/_ebi_clearable_inputs.scss +++ b/css/ebi-css-build/_ebi_clearable_inputs.scss @@ -9,4 +9,15 @@ input.clearable.x { background-position: right 12px center; } // (jQ) Show icon input.clearable.onX{ cursor: pointer; } // (jQ) hover cursor style input.clearable::-ms-clear {display: none; width:0; height:0;} // Remove IE default X + + // choices clearable inputs + .choices[data-type*=select-multiple] .choices__button { + background: none; + padding: 0; + vertical-align: middle; + line-height: 1rem; + height: 2rem; + padding-left: .25rem; + width: 1.5rem; + } } -- GitLab