From 84edc020b2107252a383ce73ca41924b8be9ddad Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 16 Mar 2015 23:44:30 -0700 Subject: [PATCH] Fix button color inside alert --- app/assets/stylesheets/base/gl_bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;