Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-25 22:46:24 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-06-25 22:50:07 +0300
commit8951b6dadd7a1e14bc469283d3ddea50b58a8387 (patch)
treea85666e5582720b21c7f0ac5159a1188a72d5c60 /app/assets/stylesheets/bootstrap_migration.scss
parent70bc8665637e7d306f2612ab1965eb337cea27ac (diff)
Do not style alert links that mimic buttons
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 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;
}