Commit 1af9dfb8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'time-tracking-color-not-consistent' into 'master'

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

Closes #29588

See merge request !10160
parents 0068c449 ad61ba45
......@@ -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