Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 17:20:45 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 21:49:36 +0300
commit102587972d69ed7e34a1f4d8d8995a008692db90 (patch)
tree59672aaf6ebd604860fcbce0b76ad573ad691c6a /app/assets
parent05ec7f8a0cb6d705ec2377c7b7d798f5eedea1f5 (diff)
Remove badge styling in dropdown; remove blue outline
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/header.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 0373bfc4ed5..3945a789c82 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -114,12 +114,6 @@ header {
&.active a {
font-weight: bold;
}
-
- &:hover {
- .badge {
- background-color: $white-light;
- }
- }
}
}
@@ -132,7 +126,11 @@ header {
&:hover {
background-color: $white-normal;
- color: $gl-header-nav-hover-color;
+ }
+
+ &:focus {
+ outline: none;
+ background-color: $white-normal;
}
}