From edaf5b60dc951e07d3a05b8658c6abedceb407e6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 24 Oct 2017 12:22:39 -0400 Subject: [PATCH] UX: Remove triple css class --- app/assets/stylesheets/common/base/notifications-button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/notifications-button.scss b/app/assets/stylesheets/common/base/notifications-button.scss index 7aab2c44449..12e8252a821 100644 --- a/app/assets/stylesheets/common/base/notifications-button.scss +++ b/app/assets/stylesheets/common/base/notifications-button.scss @@ -1,4 +1,4 @@ -.notifications-button.notifications-button.notifications-button { +.notifications-button, .dropdown-select-box .select-box-kit-row .icons { .d-icon.regular, .d-icon.muted, .d-icon.watching-first-post { color: dark-light-choose($primary-medium, $secondary-medium); }