summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-15 20:55:09 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-15 20:55:09 +0000
commitdd184d304a16eb77102369042106e6f3d0313c99 (patch)
treedb31a185d686e6278b5cd32f521c4a45ca868088
parentf0c58c72a9abc81103533e4e456838b523626c43 (diff)
parent1ede0afacc1b9089ffebaa294586b4c81bddd8c8 (diff)
downloadgitlab-ce-dd184d304a16eb77102369042106e6f3d0313c99.tar.gz
Merge branch '18301-top-navigation-needs-hover-state' into 'master'
added hover state to top nav links ## What does this MR do? Adds hover state to top nav links. ## Are there points in the code the reviewer needs to double check? Ney. ## Why was this MR needed? UX. ## What are the relevant issue numbers? Closes #18301. ## Screenshots (if relevant) ![Screen_Shot_2016-06-07_at_23.23.45](/uploads/dac8ed99eca99fbcccbd98028e947ee1/Screen_Shot_2016-06-07_at_23.23.45.png) See merge request !4521
-rw-r--r--app/assets/stylesheets/framework/nav.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 4b7cb7097a9..a55918f8711 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -353,6 +353,12 @@
.badge {
color: $gl-icon-color;
}
+
+ &:hover {
+ a, i {
+ color: $black;
+ }
+ }
}
}