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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 09:44:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 09:44:30 +0300
commit84edc020b2107252a383ce73ca41924b8be9ddad (patch)
tree550c6b78f43e34a65f7492c4e3989409db161c0d /app
parent89ef79f8b48f2bcff6417bc1e997054c5b27d6c6 (diff)
Fix button color inside alert
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/base/gl_bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/base/gl_bootstrap.scss b/app/assets/stylesheets/base/gl_bootstrap.scss
index be1ee90c18f..82c51cf4852 100644
--- a/app/assets/stylesheets/base/gl_bootstrap.scss
+++ b/app/assets/stylesheets/base/gl_bootstrap.scss
@@ -193,7 +193,7 @@
.panel-warning .panel-heading,
.panel-primary .panel-heading,
.alert {
- a {
+ a:not(.btn) {
@extend .alert-link;
color: #fff;
text-decoration: underline;