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:
Diffstat (limited to 'app/assets/stylesheets/components/content_editor.scss')
-rw-r--r--app/assets/stylesheets/components/content_editor.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/components/content_editor.scss b/app/assets/stylesheets/components/content_editor.scss
index c654eb16af5..18043c503f7 100644
--- a/app/assets/stylesheets/components/content_editor.scss
+++ b/app/assets/stylesheets/components/content_editor.scss
@@ -202,7 +202,7 @@
padding-right: 10px;
padding-left: 10px;
- @include gl-text-secondary;
+ color: $gl-text-color-secondary;
}
> code::after {
@@ -212,7 +212,7 @@
width: 20px;
text-align: center;
- @include gl-text-secondary;
+ color: $gl-text-color-secondary;
}
}
@@ -369,7 +369,7 @@
li.focused div.gl-new-dropdown-item-content {
@include gl-focus($inset: true);
- @include gl-bg-gray-50;
+ background-color: $gray-50;
}
}