Commit d164f198 authored by Jacob Schatz's avatar Jacob Schatz

Change hover color of sidebar buttons

parent ebeb35a0
......@@ -194,6 +194,11 @@
border: 1px solid $border-gray-normal;
}
.btn:hover {
background: $gray-dark;
border: 1px solid $border-gray-dark;
}
&.right-sidebar-collapsed {
.issuable-count,
.issuable-nav,
......
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