Commit af17e572 authored by Phil Hughes's avatar Phil Hughes Committed by Jose Ivan Vargas

Merge branch '35996-icon-hover-color' into 'master'

Update icon color on hover

Closes #35996

See merge request !13393
parent cd72602c
......@@ -215,6 +215,10 @@ $new-sidebar-collapsed-width: 50px;
&:hover {
color: $gl-text-color;
svg {
fill: $gl-text-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