summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-08 14:54:16 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-08 17:38:38 -0500
commit14012e822fa7b7e942c1df9cf3ff136a7e3957c7 (patch)
tree176e3ae2c4f61d06f5e059442e1a336d62684498
parent8d2099cd8ab02209a0c7aeccc43ecba57a07ae2a (diff)
downloadgitlab-ce-35996-icon-hover-color.tar.gz
Update icon color on hover35996-icon-hover-color
-rw-r--r--app/assets/stylesheets/new_sidebar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 3fc8939f658..c20ab5485b9 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -215,6 +215,10 @@ $new-sidebar-collapsed-width: 50px;
&:hover {
color: $gl-text-color;
+
+ svg {
+ fill: $gl-text-color;
+ }
}
}