diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-25 13:41:49 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-25 13:41:49 +0300 |
| commit | 367a5d1b32c154baea584c0ffe85253869bee415 (patch) | |
| tree | b081241f35ebbc2aba94cbbd401bb29ca2731073 | |
| parent | c71697abc9dd5cf8ddc45f2972fbb51ee80db62d (diff) | |
| download | gitlab-ce-367a5d1b32c154baea584c0ffe85253869bee415.tar.gz | |
remove text decoration for nav
| -rw-r--r-- | app/assets/stylesheets/sections/nav.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss index 25a327425de..1caaefd87f0 100644 --- a/app/assets/stylesheets/sections/nav.scss +++ b/app/assets/stylesheets/sections/nav.scss @@ -40,6 +40,12 @@ } } + &:hover { + a { + color: $style_color; + } + } + &.home { a { i { @@ -59,6 +65,7 @@ color: #777; text-shadow: 0 1px 1px white; padding: 0 10px; + text-decoration: none; } } } |
