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:
authorRobert Speicher <rspeicher@gmail.com>2012-09-26 06:07:41 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-27 00:32:24 +0400
commit51c1e499006df02ff3dfc2a781457a01cc77550f (patch)
treef0d64d460af2138a590e9a9cd66afd73e6b59b01 /app/assets
parentadcc6a0b0e08158353627a8a900971aca07429bd (diff)
Change active tab and nav class to "active"
The main nav used active, the sub nav used current. This normalizes it.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index 2d9029183a6..98bc7275640 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -53,7 +53,7 @@ ul.main_menu {
border-left: 0;
}
- &.current {
+ &.active {
background-color:#D5D5D5;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;