From 8951b6dadd7a1e14bc469283d3ddea50b58a8387 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 25 Jun 2018 14:46:24 -0500 Subject: Do not style alert links that mimic buttons --- app/assets/stylesheets/bootstrap_migration.scss | 2 +- changelogs/unreleased/fix-alert-btn.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/fix-alert-btn.yml diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 0d8e867f41d..9817e5df43e 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -304,7 +304,7 @@ pre code { color: $white-light; h4, - a, + a:not(.btn), .alert-link { color: $white-light; } diff --git a/changelogs/unreleased/fix-alert-btn.yml b/changelogs/unreleased/fix-alert-btn.yml new file mode 100644 index 00000000000..d8bf561f05a --- /dev/null +++ b/changelogs/unreleased/fix-alert-btn.yml @@ -0,0 +1,5 @@ +--- +title: Fix alert button styling so that they don't show up white +merge_request: +author: +type: fixed -- cgit v1.2.1