From 8d049b59590627a8f1e9641aec92e6e0c0ecc523 Mon Sep 17 00:00:00 2001 From: HacheB Date: Mon, 25 Jun 2018 12:35:25 +0200 Subject: [PATCH] Update notification.sass For use dropdown component in notification. --- sass/elements/notification.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 8daccaad..190df403 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -8,7 +8,7 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default border-radius: $notification-radius padding: $notification-padding position: relative - a:not(.button) + a:not(.button):not(.dropdown-item) color: currentColor text-decoration: underline strong