summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap_migration.scss
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-25 21:22:37 +0000
committerMike Greiling <mike@pixelcog.com>2018-06-25 21:22:37 +0000
commit2ee1913f1ab411bf873c9085621cacfaf7502575 (patch)
tree4b401ea0d0082455292d45c3ea10ca2ec8663194 /app/assets/stylesheets/bootstrap_migration.scss
parenteb0416ae1704ea2460ed31b5e8053325cc0f3199 (diff)
parent8951b6dadd7a1e14bc469283d3ddea50b58a8387 (diff)
downloadgitlab-ce-2ee1913f1ab411bf873c9085621cacfaf7502575.tar.gz
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
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index ba1f0a975a9..f610a1aea08 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -310,7 +310,7 @@ pre code {
color: $white-light;
h4,
- a,
+ a:not(.btn),
.alert-link {
color: $white-light;
}