summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-13 21:59:28 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:25 -0600
commit2461b9b635501fc9ae98d246e0dd6d23af555351 (patch)
treebb039f98723b86628665d74d9ac30c770b8457b7
parent0ce2445512529711bcf4f5f1354647cd8c0ed1e6 (diff)
downloadgitlab-ce-2461b9b635501fc9ae98d246e0dd6d23af555351.tar.gz
Fix scss lint
-rw-r--r--app/assets/stylesheets/framework/filters.scss8
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index b6c137d647a..dbe94813a93 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -39,7 +39,7 @@
padding-right: 25px;
&:focus ~ .fa-filter {
- color: #444;
+ color: $common-gray-dark;
}
}
@@ -65,7 +65,7 @@
outline: none;
&:hover .fa-times {
- color: #444;
+ color: $common-gray-dark;
}
}
}
@@ -92,11 +92,11 @@
&:hover,
&:focus {
background-color: $dropdown-hover-color;
- color: white;
+ color: $white-light;
text-decoration: none;
.dropdown-label-box {
- border-color: white;
+ border-color: $white-light;
border-style: solid;
border-width: 2px;
}
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index f3cb3d33d99..cf9424ea5dd 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -266,7 +266,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/*
* Filtered Search
*/
-$dropdown-hover-color: #3B86FF;
+$dropdown-hover-color: #3b86ff;
/*
* Buttons