ux: minor tweak to faintness of icons of panel menu caret

This commit is contained in:
Torkel Ödegaard 2017-06-08 16:57:37 +02:00
parent 25683c688f
commit f3fe664f24
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -74,7 +74,7 @@ div.flot-text {
}
.panel-menu-toggle {
color: $text-color-faint;
color: $text-color-weak;
cursor: pointer;
padding: 3px 5px;
}