瀏覽代碼

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 {
 .dash-row-menu-grip {
   text-align: center;
   text-align: center;
   font-size: 130%;
   font-size: 130%;
-  color: $text-color-faint;
+  color: $text-color-weak;
   opacity: 1;
   opacity: 1;
   transition: $dash-row-menu-animation-speed ease-out 0.5s;
   transition: $dash-row-menu-animation-speed ease-out 0.5s;
   width: 1rem;
   width: 1rem;

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

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