Commit 6944d387 authored by Illya Klymov's avatar Illya Klymov

Merge branch '325179-dark-mode-light-colored-labels-are-hard-to-read' into 'master'

Resolve "Dark mode: Light colored labels are hard to read"

See merge request gitlab-org/gitlab!59088
parents 4ab39fe0 c5f779a5
......@@ -232,9 +232,7 @@ $well-inner-border: $gray-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