diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-17 08:08:50 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-17 12:49:36 -0600 |
commit | 05ec7f8a0cb6d705ec2377c7b7d798f5eedea1f5 (patch) | |
tree | 18654d15796d5df56054fd5832a7a7c3680ae96a | |
parent | b43cb21ddec69711d256c00bab95b7459820960e (diff) | |
download | gitlab-ce-05ec7f8a0cb6d705ec2377c7b7d798f5eedea1f5.tar.gz |
Make active links in dropdown bold
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 2 |
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; } |