Skip to content
代码片段 群组 项目
未验证 提交 4af5bf6d 编辑于 作者: Simon Knox's avatar Simon Knox 提交者: GitLab
浏览文件

Merge branch '444654-markdown-inapplicable-items-in-list-of-labels' into 'master'

Ensure labels and KBDs in inapplicable task list items are crossed out

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147361



Merged-by: default avatarSimon Knox <simon@gitlab.com>
Approved-by: default avatarSimon Knox <simon@gitlab.com>
Approved-by: default avatarAustin Regnery <aregnery@gitlab.com>
Co-authored-by: default avatarChad Lavimoniere <clavimoniere@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -461,6 +461,14 @@
.drag-icon {
color: $gl-text-color;
}
// If an inapplicable task list item contains labels or <kbd>s, strike them
// out as well.
.gl-label, kbd {
text-decoration: line-through;
text-decoration-color: $gl-text-color-disabled;
vertical-align: text-bottom;
}
}
a.with-attachment-icon,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册