diff --git a/app/assets/stylesheets/common/base/alert.scss b/app/assets/stylesheets/common/base/alert.scss index fa69ec0820d..2afb3d10ed2 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; } }