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:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-03 17:45:11 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-03 17:45:11 +0300
commit37d43fa9095a43f7610428b2912515ef2e635b54 (patch)
treedfeb0bf968e682ffa583f98afcac2435a281801c /app/assets/stylesheets/pages/labels.scss
parent6e7b41105c887898c0e1cc0dbe0a5688939e992c (diff)
fix rake scss linting errors
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 01473bd3855..689de841cbd 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -108,7 +108,7 @@
border-radius: $label-border-radius;
&:hover {
- box-shadow: inset 0 0 0 80px rgba(0,0,0,0.1);
+ box-shadow: inset 0 0 0 80px $label-remove-border;
}
}
@@ -209,7 +209,7 @@
padding: 6px 10px 6px 9px;
&:hover {
- box-shadow: inset 0 0 0 80px rgba(0,0,0,0.1);
+ box-shadow: inset 0 0 0 80px $label-remove-border;
}
}