Преглед изворни кода

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

Torkel Ödegaard пре 8 година
родитељ
комит
f3fe664f24
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      public/sass/components/_row.scss
  2. 1 1
      public/sass/pages/_dashboard.scss

+ 1 - 1
public/sass/components/_row.scss

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

+ 1 - 1
public/sass/pages/_dashboard.scss

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