Commit 86abb0af authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'todo-labels' into 'master'

Fix scoped label todo border

See merge request gitlab-org/gitlab!39459
parents d60ff414 141b5bb7
...@@ -143,6 +143,10 @@ ...@@ -143,6 +143,10 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
.gl-label-scoped {
--label-inset-border: inset 0 0 0 1px currentColor;
}
} }
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
......
---
title: Fix missing scoped label borders for todos
merge_request: 39459
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