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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-05 10:38:11 +0300
committerPhil Hughes <me@iamphill.com>2018-06-06 13:19:28 +0300
commitd644798fa792f9261a41e13b5b21e1e48dd6da42 (patch)
tree3b858f95fb39350b8eb030ba120d0745047bcb4f /app
parent04ce5c4e2d88fa4058a4222919ceb0149aa46747 (diff)
fixed scss lint
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/repo.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index e8d0b355dbc..77ebd4d864d 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -1284,13 +1284,13 @@
width: 50%;
padding-left: 0;
padding-right: 0;
- }
-
- .nav-links li a {
- text-align: center;
- }
-
- .nav-links li a:not(.active) {
- background-color: #fafafa;
+
+ a {
+ text-align: center;
+
+ &:not(.active) {
+ background-color: $gray-light;
+ }
+ }
}
}