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.m.gray@gmail.com>2019-01-14 23:17:22 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-14 23:17:22 +0300
commit3e834e9f32b5fa75b183d064f2ba2f251d085875 (patch)
tree8433d34848f36ed3cb0554d9109ea0992012da07 /app/assets/stylesheets/pages/settings.scss
parent1a5de8955ae173946c9814645b3dc0d88a9e4de9 (diff)
parentd62fc709c5ed5c7db585d126dff42b2e77f6c264 (diff)
Merge branch 'gt-rename-gray-theme-color-variables' into 'master'
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` Closes #56266 See merge request gitlab-org/gitlab-ce!24333
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index ccfa4e00a5b..c5b9d1f6885 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -297,7 +297,7 @@
.btn-clipboard {
background-color: $white-light;
- border: 1px solid $theme-gray-200;
+ border: 1px solid $gray-200;
}
.deploy-token-help-block {