summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-01 18:12:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-01 18:12:36 +0200
commit76b6e1f30544289953e292ff442d6c35aeeff999 (patch)
treeb437e23197636a63acdc20667c4e05bff5057bfe /app/assets
parent9ae4b521dd04dc078b5aff7dd14501f3607cf975 (diff)
downloadgitlab-ci-76b6e1f30544289953e292ff442d6c35aeeff999.tar.gz
Fix style issue with navbar
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/navbar.scss b/app/assets/stylesheets/sections/navbar.scss
index bca9603..f589f27 100644
--- a/app/assets/stylesheets/sections/navbar.scss
+++ b/app/assets/stylesheets/sections/navbar.scss
@@ -17,7 +17,7 @@
color: #fff;
text-shadow: 0 1px 0 #167;
- &:hover {
+ &:hover, &:focus, &:active {
background: none;
}
}