Commit ad61ba45 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Corrected the color from the time tracking icon in the issuable sidebar

parent 0068c449
......@@ -84,7 +84,6 @@ $warning-message-border: #f0e2bb;
*/
$border-color: #e5e5e5;
$focus-border-color: #3aabf0;
$sidebar-collapsed-icon-color: #999;
$well-expand-item: #e8f2f7;
$well-inner-border: #eef0f2;
$well-light-border: #f1f1f1;
......
......@@ -498,7 +498,7 @@
svg {
width: 16px;
height: 16px;
fill: $sidebar-collapsed-icon-color;
fill: $issuable-sidebar-color;
}
&:hover svg {
......
---
title: Corrected time tracking icon color in the issuable side bar
merge_request:
author:
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