summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 08:08:50 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 12:49:36 -0600
commit05ec7f8a0cb6d705ec2377c7b7d798f5eedea1f5 (patch)
tree18654d15796d5df56054fd5832a7a7c3680ae96a /app/assets
parentb43cb21ddec69711d256c00bab95b7459820960e (diff)
downloadgitlab-ce-05ec7f8a0cb6d705ec2377c7b7d798f5eedea1f5.tar.gz
Make active links in dropdown bold
Diffstat (limited to 'app/assets')
-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 367289968c9..0373bfc4ed5 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -111,7 +111,7 @@ header {
}
li {
- .active a {
+ &.active a {
font-weight: bold;
}