Commit dfd52430 authored by Phil Hughes's avatar Phil Hughes

Fixes merge request badges colors in dark mode

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/296873
parent a61bd329
......@@ -1242,8 +1242,8 @@ body.gl-dark .navbar-gitlab .search form {
line-height: 18px;
margin: 4px 0 4px 2px;
}
.title-container .badge.badge-pill,
.navbar-nav .badge.badge-pill {
.title-container .badge.badge-pill:not(.merge-request-badge),
.navbar-nav .badge.badge-pill:not(.merge-request-badge) {
position: inherit;
font-weight: 400;
margin-left: -6px;
......
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