mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed issues with plus button in threshold and panel option header, and current state in viz picker, fixes #15329
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user