Merge branch 'fix-alert-btn' into 'master'

Fix alert button styling so that they don't show up white

Closes #48407

See merge request gitlab-org/gitlab-ce!20163
This commit is contained in:
Mike Greiling 2018-06-25 21:22:37 +00:00
commit 2ee1913f1a
2 changed files with 6 additions and 1 deletions

View File

@ -310,7 +310,7 @@ pre code {
color: $white-light;
h4,
a,
a:not(.btn),
.alert-link {
color: $white-light;
}

View File

@ -0,0 +1,5 @@
---
title: Fix alert button styling so that they don't show up white
merge_request:
author:
type: fixed