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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 20:59:32 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-22 20:59:32 +0300
commit80fbb8af7ccdda727d19192e3bd61c61fd6dc782 (patch)
tree9882a28dc9e2acfa968bc7ab62b9f1a11b8b5111 /app/assets/stylesheets/framework/selects.scss
parent9c185c4361e87310830f6b99b9b51941b42a136c (diff)
Use or create variables
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r--app/assets/stylesheets/framework/selects.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 1e74139849c..3d265879100 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -32,11 +32,10 @@
margin-right: 15px;
}
-
&:hover {
background-color: $gray-dark;
border-color: $border-white-normal;
- color: #313236;
+ color: $gl-text-color;
}
}
}
@@ -61,7 +60,7 @@
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: 600;
- color: #313236;
+ color: $gl-text-color;
}
.select2-container-active {
@@ -76,7 +75,7 @@
outline: 0;
background-image: none;
background-color: $white-dark;
- @include box-shadow (inset 0 0 4px rgba(0, 0, 0, 0.12));
+ @include box-shadow($gl-btn-active-gradient);
}
}
@@ -117,7 +116,7 @@
&.select2-container-active .select2-choices,
&.select2-dropdown-open .select2-choices {
border-color: $border-white-normal;
- @include box-shadow (inset 0 0 4px rgba(0, 0, 0, 0.12));
+ @include box-shadow($gl-btn-active-gradient);
}
}