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/framework/ci_variable_list.scss')
-rw-r--r--app/assets/stylesheets/framework/ci_variable_list.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/ci_variable_list.scss b/app/assets/stylesheets/framework/ci_variable_list.scss
index cae7b9b5e46..2204b037f69 100644
--- a/app/assets/stylesheets/framework/ci_variable_list.scss
+++ b/app/assets/stylesheets/framework/ci_variable_list.scss
@@ -86,7 +86,6 @@
height: $input-height;
padding: 0;
background: transparent;
- border: 0;
color: $gl-text-color-secondary;
&:hover,
@@ -101,7 +100,7 @@
}
.group-variable-list {
- color: $gray-700;
+ color: $gray-500;
.table-section:not(:first-child) {
@include media-breakpoint-down(sm) {