Add text-secondary to controls container
- Add changelog entry
This commit is contained in:
parent
796855e216
commit
64254f90a6
2 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
.description.d-none.d-sm-block.append-right-default
|
||||
= markdown_field(project, :description)
|
||||
|
||||
.controls.d-flex.flex-sm-column.align-items-center.align-items-sm-end.flex-wrap.flex-shrink-0{ class: css_controls_class }
|
||||
.controls.d-flex.flex-sm-column.align-items-center.align-items-sm-end.flex-wrap.flex-shrink-0.text-secondary{ class: css_controls_class }
|
||||
.icon-container.d-flex.align-items-center
|
||||
- if project.archived
|
||||
%span.d-flex.icon-wrapper.badge.badge-warning archived
|
||||
|
|
5
changelogs/unreleased/mw-project-list-color-fix.yml
Normal file
5
changelogs/unreleased/mw-project-list-color-fix.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add text-secondary to controls in project list
|
||||
merge_request: 30567
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue