Fix scss variable refs.

This commit is contained in:
Bryce Johnson 2017-01-13 15:35:24 -05:00 committed by Ruben Davila
parent 09a6141685
commit 63b3624194
2 changed files with 4 additions and 3 deletions

View file

@ -429,6 +429,7 @@ $help-shortcut-header-color: #333;
*/
$issues-today-bg: #f3fff2;
$issues-today-border: #e1e8d5;
$compare-display-color: #888;
/*
* jQuery UI

View file

@ -488,7 +488,7 @@
}
&:hover svg {
fill: $gl-gray;
fill: $gl-text-color;
}
}
@ -535,10 +535,10 @@
.compare-display {
font-size: 13px;
color: $gl-gray-light;
color: $compare-display-color;
.compare-value {
color: $gl-gray;
color: $gl-text-color;
}
}
}