summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gitlab_theme.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-24 19:32:40 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-24 19:35:20 -0700
commitdf76fd1675218b5e7f892a84b32cb157f7d09d47 (patch)
treed2224051a8b2b05fcfdef0352469227278257c17 /app/assets/stylesheets/framework/gitlab_theme.scss
parent1d2b41440804dc2fa59292a76d964668f3de35fc (diff)
downloadgitlab-ce-df76fd1675218b5e7f892a84b32cb157f7d09d47.tar.gz
Fix login tabs
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab_theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab_theme.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/gitlab_theme.scss b/app/assets/stylesheets/framework/gitlab_theme.scss
index 12d313a373c..d6ae8cbb416 100644
--- a/app/assets/stylesheets/framework/gitlab_theme.scss
+++ b/app/assets/stylesheets/framework/gitlab_theme.scss
@@ -169,8 +169,8 @@
color: $color-800;
}
- .nav-links li.active a {
- border-bottom-color: $color-500;
+ .nav-links li a.active {
+ border-bottom: 2px solid $color-500;
.badge.badge-pill {
font-weight: $gl-font-weight-bold;