Commit eb8903a1 authored by Phil Hughes's avatar Phil Hughes

updated hover color

parent 93f8ad8d
...@@ -186,8 +186,6 @@ ...@@ -186,8 +186,6 @@
} }
.ide-sidebar-link { .ide-sidebar-link {
&:hover,
&:focus,
&.active { &.active {
color: $color-700; color: $color-700;
} }
......
...@@ -777,10 +777,12 @@ ...@@ -777,10 +777,12 @@
} }
&:hover { &:hover {
color: $gl-text-color;
background-color: $theme-gray-100; background-color: $theme-gray-100;
} }
&:focus { &:focus {
color: $gl-text-color;
background-color: $theme-gray-200; background-color: $theme-gray-200;
} }
......
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