From 69f1ea027dc1f32ab8b90640350000a513f5ab51 Mon Sep 17 00:00:00 2001 From: Jeff Atwood <jatwood@codinghorror.com> Date: Mon, 25 Apr 2016 21:36:28 -0700 Subject: [PATCH] this style didn't cascade as I expected --- app/assets/stylesheets/common/base/alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/alert.scss b/app/assets/stylesheets/common/base/alert.scss index fa69ec082..2afb3d10e 100644 --- a/app/assets/stylesheets/common/base/alert.scss +++ b/app/assets/stylesheets/common/base/alert.scss @@ -40,7 +40,7 @@ &.alert-info { background-color: dark-light-diff($tertiary, $secondary, 85%, -65%); color: $primary; - .clickable { + &.clickable { color: $tertiary; } }