Skip to content
Snippets Groups Projects
Commit f882177a authored by Taurie Davis's avatar Taurie Davis
Browse files

Darken todo badge on hover

parent e7e748a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,7 +63,11 @@ header {
&:focus,
&:active {
background-color: $background-color;
color: darken($gl-icon-color, 50%);
color: darken($gl-icon-color, 30%);
.todos-pending-count {
background: darken($todo-alert-blue, 10%);
}
}
 
.fa-caret-down {
Loading
Loading
@@ -194,7 +198,7 @@ header {
cursor: pointer;
 
&:hover {
color: darken($color: $gl-text-color, $amount: 50%);
color: darken($color: $gl-text-color, $amount: 30%);
}
}
 
Loading
Loading
Loading
Loading
@@ -158,7 +158,6 @@
width: 68%;
}
}
}
 
.search-holder {
Loading
Loading
@@ -235,5 +234,4 @@
&:focus {
color: $gl-link-color;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment