Commit 6bd86ba6 authored by André Luís's avatar André Luís

Fix color of text in resolution checkbox

The color was being inherited which, when
a non-default theme for syntax highlighting
caused this to change the color of the text
of the mentioned checkbox (in discussions tab,
replying to a code discussion).
parent 916bc63c
......@@ -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