Skip to content

Fix color of text in resolution checkbox

André Luís requested to merge 7944-fix-resolve-checkbox-text-color into master

What does this MR do?

It resolves the issue when using a dark theme for syntax highlighting, it caused the wrong color to ve used on the text in the resolution checkbox when replying to a Code discussion in the Discussion tab of MRs (while using MR Reviews/Batch Comments).

This MR simply applies an explicit color in .note-form-actions to allow proper inheritance within that element and not be affected by the color of the parents.

What are the relevant issue numbers?

Closes #7944 (closed)

Does this MR meet the acceptance criteria?

Merge request reports