summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-25 09:50:05 +0000
committerPhil Hughes <me@iamphill.com>2018-02-07 09:10:03 +0000
commitba431e2b05d0c141e7087cc3b7b1b8225856f967 (patch)
treed552ed776d7946047e3aff227016930ea475e87b
parentf6f0bfcbdd287bc7ed0110555790fba66070fa06 (diff)
downloadgitlab-ce-ba431e2b05d0c141e7087cc3b7b1b8225856f967.tar.gz
updated colors with variables
-rw-r--r--app/assets/stylesheets/pages/repo.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 24afef53468..3e07cfdbc45 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -166,7 +166,7 @@ table.table tr td.multi-file-table-name {
background: none;
border: 0;
border-radius: $border-radius-default;
- color: $gray-darkest;
+ color: $theme-gray-900;
transform: translateY(-50%);
svg {
@@ -175,11 +175,11 @@ table.table tr td.multi-file-table-name {
}
&:hover {
- color: $hint-color;
+ background-color: $theme-gray-200;
}
&:focus {
- background-color: #1f78d1;
+ background-color: $blue-500;
color: $white-light;
outline: 0;