Skip to content

Clean up CSS for status-box in issuables

Takuya Noguchi requested to merge 329734-status-box-css into master

What does this MR do?

Clean up CSS for status-box in issuables.

This selector is used in headers of Issue, Merge Request, Epic, and Milestone, and in inline of TODOs. (Note: milestone list is no more using this while originally introduced in gitlab-foss!19832 (merged))

Out of these usages, usage in the headers for Issue, Merge, Epic was replaced with .issuable-status-box for mobile, so this change needs to consider a regression in the header of Milestone and in the inline usage on TODOs.

Screenshots (strongly suggested)

before after
status-box-mobile-as-is status-box-mobile-to-be

No regression 1

status-box-pc

No regression 2

status-box-pc-todos

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #329734 (closed)

Edited by Takuya Noguchi

Merge request reports