updated hover color

This commit is contained in:
Phil Hughes 2018-04-20 16:48:36 +01:00
parent 93f8ad8dd8
commit eb8903a1d7
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F
2 changed files with 2 additions and 2 deletions

View file

@ -186,8 +186,6 @@
}
.ide-sidebar-link {
&:hover,
&:focus,
&.active {
color: $color-700;
}

View file

@ -777,10 +777,12 @@
}
&:hover {
color: $gl-text-color;
background-color: $theme-gray-100;
}
&:focus {
color: $gl-text-color;
background-color: $theme-gray-200;
}