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

Backport from EE: Fix color of text in resolution checkbox

See merge request gitlab-org/gitlab-ce!22429
This commit is contained in:
Clement Ho 2018-10-17 20:47:56 +00:00
commit 7ffe5742af
1 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,8 @@
}
.note-form-actions {
color: $gl-text-color;
@include media-breakpoint-down(xs) {
.btn {
float: none;