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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 19:40:38 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 19:40:38 +0300
commit496c3779fecf4461ab41643f6f0c236d0667108f (patch)
tree4c1ffd4ac99ac7785e6e4abc7469061cf1beafdd /app/assets/stylesheets/pages/editor.scss
parentf1315c85f91c76d308069a741db2a4a0d89d509e (diff)
Finish cleaning up reassigned variables
Diffstat (limited to 'app/assets/stylesheets/pages/editor.scss')
-rw-r--r--app/assets/stylesheets/pages/editor.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss
index 892da152b5f..04570c057d1 100644
--- a/app/assets/stylesheets/pages/editor.scss
+++ b/app/assets/stylesheets/pages/editor.scss
@@ -23,10 +23,10 @@
}
.cancel-btn {
- color: $editor-cancel-color;
+ color: $red-600;
&:hover {
- color: $editor-cancel-color;
+ color: $red-600;
}
}