summaryrefslogtreecommitdiffstats
path: root/css/Properties/Properties.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/Properties/Properties.scss')
-rw-r--r--css/Properties/Properties.scss12
1 files changed, 12 insertions, 0 deletions
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;