Commit f882177a authored by tauriedavis's avatar tauriedavis

Darken todo badge on hover

parent e7e748a1
......@@ -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 {
......@@ -194,7 +198,7 @@ header {
cursor: pointer;
&:hover {
color: darken($color: $gl-text-color, $amount: 50%);
color: darken($color: $gl-text-color, $amount: 30%);
}
}
......
......@@ -158,7 +158,6 @@
width: 68%;
}
}
}
.search-holder {
......@@ -235,5 +234,4 @@
&:focus {
color: $gl-link-color;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment