summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-25 14:46:24 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-25 14:50:07 -0500
commit8951b6dadd7a1e14bc469283d3ddea50b58a8387 (patch)
treea85666e5582720b21c7f0ac5159a1188a72d5c60 /app
parent70bc8665637e7d306f2612ab1965eb337cea27ac (diff)
downloadgitlab-ce-8951b6dadd7a1e14bc469283d3ddea50b58a8387.tar.gz
Do not style alert links that mimic buttons
Diffstat (limited to 'app')
-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 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;
}