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.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 8ca4bf90..5add862b 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -71,7 +71,7 @@
// property label or multiselect within row
&__label,
- &__label.multiselect {
+ &__label.multiselect.multiselect-vue {
margin: $grid-input-margin;
margin: $grid-input-margin 5px $grid-input-margin 0;
height: $grid-input-height-with-margin;
@@ -81,6 +81,10 @@
user-select: none;
background-size: 16px;
+ .multiselect__tags {
+ border-color: transparent;
+ }
+
&,
.multiselect__input::placeholder {
text-align: right;
@@ -93,10 +97,15 @@
overflow-x: hidden;
}
+ // mouse feedback
&.multiselect {
&:hover,
- &:focus {
+ &:focus,
+ &:active {
opacity: 1;
+ .multiselect__tags {
+ border-color: var(--color-border-dark);
+ }
}
}
}
@@ -105,7 +114,6 @@
.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;