Commit bbea89e0 authored by Clement Ho's avatar Clement Ho

Merge branch '7944-fix-resolve-checkbox-text-color' into 'master'

Fix color of text in resolution checkbox

Closes #7944

See merge request gitlab-org/gitlab-ee!7975
parents 398ba199 6bd86ba6
......@@ -340,6 +340,8 @@
}
.note-form-actions {
color: $gl-text-color;
@include media-breakpoint-down(xs) {
.btn {
float: none;
......
---
title: Fix wrong color in resolve/unresolve checkbox when using MR reviews
merge_request:
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