From f3c1f13792d78e3617e3d3f726d1324f3ea576ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 24 Sep 2018 23:46:01 +0200 Subject: Fixed select property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/Properties/Properties.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css/Properties') diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss index bf444758..d79fb758 100644 --- a/css/Properties/Properties.scss +++ b/css/Properties/Properties.scss @@ -100,6 +100,18 @@ } } + &__label.multiselect { + .multiselect__tags { + border: none; + .multiselect__single { + @include icon-color('triangle-s', 'actions', $color-black, 1, true); + background-repeat: no-repeat; + background-position: center right 4px; + padding-right: 24px; + } + } + } + // property value within row, after label &__value { flex: 1 1; -- cgit v1.2.3