summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-16 14:31:53 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-16 14:44:02 -0500
commitd57b92b2ae088dbaed4e8bf169fce6f6f5fb728f (patch)
tree56df96aa28151ba2326f5c859093fd96de2bde79 /app/assets/stylesheets/framework/mixins.scss
parent76cd1dd68198bb464b12de7525ab067c6d4dc025 (diff)
downloadgitlab-ce-d57b92b2ae088dbaed4e8bf169fce6f6f5fb728f.tar.gz
Remove more variable reassignments and unused stylesremove-scss-variables-3
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 98bf26a5222..7edb89ce6f3 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -50,7 +50,7 @@
@include clearfix;
padding: 10px 0;
- border-bottom: 1px solid $list-border-light;
+ border-bottom: 1px solid $gray-darker;
display: block;
margin: 0;