summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-14 20:17:22 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-14 20:17:22 +0000
commitd62fc709c5ed5c7db585d126dff42b2e77f6c264 (patch)
tree8433d34848f36ed3cb0554d9109ea0992012da07 /app/assets/stylesheets/pages/notes.scss
parent1a5de8955ae173946c9814645b3dc0d88a9e4de9 (diff)
downloadgitlab-ce-d62fc709c5ed5c7db585d126dff42b2e77f6c264.tar.gz
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 69b7b80dbf4..23b9e4f9416 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -5,7 +5,7 @@ $note-form-margin-left: 72px;
@mixin vertical-line($left) {
&::before {
content: '';
- border-left: 2px solid $theme-gray-100;
+ border-left: 2px solid $gray-100;
position: absolute;
top: 0;
bottom: 0;