Commit f882177a authored by tauriedavis's avatar tauriedavis

Darken todo badge on hover

parent e7e748a1
...@@ -63,7 +63,11 @@ header { ...@@ -63,7 +63,11 @@ header {
&:focus, &:focus,
&:active { &:active {
background-color: $background-color; 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 { .fa-caret-down {
...@@ -194,7 +198,7 @@ header { ...@@ -194,7 +198,7 @@ header {
cursor: pointer; cursor: pointer;
&:hover { &:hover {
color: darken($color: $gl-text-color, $amount: 50%); color: darken($color: $gl-text-color, $amount: 30%);
} }
} }
......
...@@ -158,7 +158,6 @@ ...@@ -158,7 +158,6 @@
width: 68%; width: 68%;
} }
} }
} }
.search-holder { .search-holder {
...@@ -235,5 +234,4 @@ ...@@ -235,5 +234,4 @@
&:focus { &:focus {
color: $gl-link-color; 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