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;
     }
   }