Commit c5f779a5 authored by Simon Knox's avatar Simon Knox

Fix light-colored label text in dark mode

parent b68039ed
......@@ -229,9 +229,7 @@ $line-removed-dark: $red-200;
}
// white-ish text for light labels
// and for scoped label value (the right section)
.gl-label-text-light.gl-label-text-light,
.gl-label-text-dark + .gl-label-text-dark {
.gl-label-text-light.gl-label-text-light {
color: $gray-900;
}
......
---
title: Fix light label text color in dark mode
merge_request: 59088
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