Commit 5e6fb3b3 authored by Rajat Jain's avatar Rajat Jain

Don't hide Open/Closed Icon for Issue

parent ccd02e1a
......@@ -69,11 +69,6 @@ $item-weight-max-width: 48px;
font-weight: $gl-font-weight-bold;
}
.issue-token-state-icon-open,
.issue-token-state-icon-closed {
display: none;
}
.sortable-link {
color: $gray-900;
font-weight: normal;
......@@ -92,7 +87,8 @@ $item-weight-max-width: 48px;
@include media-breakpoint-down(lg) {
.issue-count-badge {
padding-left: 0;
padding: 0;
padding-right: 8px;
}
}
}
......
---
title: Don't hide Open/Closed Icon for Issue
merge_request: 30819
author:
type: fixed
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