From 258ff544ba5cdb3c13b174d2f63ad088a30b595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Thu, 8 Oct 2020 10:07:09 +0200 Subject: [PATCH] EZP-31992: Links are not visible on notifications (#1570) --- src/bundle/Resources/public/scss/_notifications.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/scss/_notifications.scss b/src/bundle/Resources/public/scss/_notifications.scss index d28dacc9a1..496c4f5c90 100644 --- a/src/bundle/Resources/public/scss/_notifications.scss +++ b/src/bundle/Resources/public/scss/_notifications.scss @@ -6,7 +6,6 @@ z-index: 50000; &__message { - display: flex; align-self: center; } @@ -22,6 +21,10 @@ align-items: start; border: none; + a { + color: $ibexa-white; + } + .ez-badge { margin-right: calculateRem(16px); margin-top: calculateRem(4px);