summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 13:17:27 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-16 13:19:01 -0600
commit7203826b54bb3944736057436fe8a13011801ecf (patch)
tree70b8845ed0c07303fa406001e6f92cc170b92bc0 /app/assets/stylesheets/framework/header.scss
parent7308e2b961c2891f2ef9bbdf59f80021ebf58bd5 (diff)
downloadgitlab-ce-7203826b54bb3944736057436fe8a13011801ecf.tar.gz
Cache js selectors; fix css26200-convert-sidebar-to-dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 044d3517650..367289968c9 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -110,15 +110,15 @@ header {
font-size: 11px;
}
- li.active {
- a {
+ li {
+ .active a {
font-weight: bold;
}
- }
- li:hover {
- .badge {
- background-color: $white-light;
+ &:hover {
+ .badge {
+ background-color: $white-light;
+ }
}
}
}