summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-24 11:29:44 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-09-11 08:06:42 -0500
commit0459c78fe53d1dd71f147f6a29397bfa096d5d38 (patch)
tree2d085c2ea0fdc60b974f0b7c6c2ccc4f3907ca22 /app/assets/stylesheets/framework/files.scss
parent9b0127e0cf28131aa70d2dfc74ced0602e45671f (diff)
downloadgitlab-ce-0459c78fe53d1dd71f147f6a29397bfa096d5d38.tar.gz
Remove jquery.scss; Combine multiple duplicate grays into global gray variables; Remove unused styles in common.scss
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 1d3512bbb4c..53f198b47c6 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -184,7 +184,7 @@
&.line-numbers {
float: none;
- border-left: 1px solid $blame-line-numbers-border;
+ border-left: 1px solid $gl-gray-100;
i {
float: none;