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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-29 18:24:11 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-30 09:39:05 +0300
commit1cd0fbd96b29c0713a926fe9602eae703f77525d (patch)
tree2171e94d42d3443ee055f0bb6c9a34f91a6b9e75 /app/assets/stylesheets/framework/gitlab-theme.scss
parent6d7384f59525e2d54c30011237499c27bde145ef (diff)
Enable NestingDepth (level 6) on scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 52b87de7a3d..dc591c06c88 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -216,12 +216,9 @@ body {
color: $theme-gray-900;
}
- &.active > a {
+ &.active > a,
+ &.active > a:hover {
color: $white-light;
-
- &:hover {
- color: $white-light;
- }
}
}
}