From f3fe664f24ad9f39b30617d62cefcc72d4a9744d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 8 Jun 2017 16:57:37 +0200 Subject: [PATCH] ux: minor tweak to faintness of icons of panel menu caret --- public/sass/components/_row.scss | 2 +- public/sass/pages/_dashboard.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_row.scss b/public/sass/components/_row.scss index 0d91cf8074d..9c61ac332f8 100644 --- a/public/sass/components/_row.scss +++ b/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; diff --git a/public/sass/pages/_dashboard.scss b/public/sass/pages/_dashboard.scss index a8a8726a11c..bd4416963c6 100644 --- a/public/sass/pages/_dashboard.scss +++ b/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; }