Darken todo badge on hover

This commit is contained in:
tauriedavis 2016-11-14 10:36:25 -08:00
parent e7e748a1fd
commit f882177a4f
2 changed files with 6 additions and 4 deletions

View file

@ -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%);
}
}

View file

@ -158,7 +158,6 @@
width: 68%;
}
}
}
.search-holder {
@ -235,5 +234,4 @@
&:focus {
color: $gl-link-color;
}
}