summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-20 13:11:09 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-24 11:54:05 -0600
commitf87774a662d6846b27247b45c30e45ca428d9d8c (patch)
tree13db7b5ddfb9c625ba0f09ae2c6f47319b132622 /app/assets/stylesheets/framework/header.scss
parentbe1c8829b96d4d13d6e5de5be5a726446ef7de17 (diff)
downloadgitlab-ce-f87774a662d6846b27247b45c30e45ca428d9d8c.tar.gz
Speed up animation transition; add hover state to top right icons
Remove subscribe text from button
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 24a1ce2b84d..2a01bc4d44d 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -71,7 +71,7 @@ header {
&:focus,
&:active {
background-color: $gray-light;
- color: darken($gl-text-color-secondary, 30%);
+ color: $gl-text-color;
.todos-pending-count {
background: darken($todo-alert-blue, 10%);