mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: minor tweak to faintness of icons of panel menu caret
This commit is contained in:
parent
25683c688f
commit
f3fe664f24
@ -167,7 +167,7 @@ $dash-row-menu-animation-speed: 0.20s;
|
||||
.dash-row-menu-grip {
|
||||
text-align: center;
|
||||
font-size: 130%;
|
||||
color: $text-color-faint;
|
||||
color: $text-color-weak;
|
||||
opacity: 1;
|
||||
transition: $dash-row-menu-animation-speed ease-out 0.5s;
|
||||
width: 1rem;
|
||||
|
@ -74,7 +74,7 @@ div.flot-text {
|
||||
}
|
||||
|
||||
.panel-menu-toggle {
|
||||
color: $text-color-faint;
|
||||
color: $text-color-weak;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user