Fixed issues with plus button in threshold and panel option header, and current state in viz picker, fixes #15329

This commit is contained in:
Torkel Ödegaard
2019-02-08 21:53:51 +01:00
parent db8c74c4c3
commit 748cb44911
4 changed files with 26 additions and 14 deletions

View File

@@ -146,15 +146,17 @@
padding-bottom: 6px;
transition: transform 1 ease;
&--current {
box-shadow: 0 0 6px $orange;
border: 1px solid $orange;
}
&:hover {
box-shadow: $panel-editor-viz-item-shadow-hover;
background: $panel-editor-viz-item-bg-hover;
border: $panel-editor-viz-item-border-hover;
}
&--current {
box-shadow: 0 0 6px $orange !important;
border: 1px solid $orange !important;
background: $panel-editor-viz-item-bg !important;
}
}