summaryrefslogtreecommitdiffstats
path: root/css/Properties
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-24 23:46:01 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-25 14:53:28 +0200
commitf3c1f13792d78e3617e3d3f726d1324f3ea576ee (patch)
tree29197f5d49c4cbc9c4d3bcf4d36fd25a2e09224f /css/Properties
parent19a56a6fba9ad82f9b0c34d92bb4cd256ae88a94 (diff)
Fixed select property
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/Properties')
-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;