From 461989a5998aac2b4e51e665612089c588d7d2bd Mon Sep 17 00:00:00 2001 From: Anders Bjerner Date: Tue, 4 Oct 2022 22:34:15 +0200 Subject: [PATCH] Fixed accessibility issues with notifiation close buttons --- .../components/notifications/umb-notifications.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less index 07eb8bfc18..b3c384b89d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less @@ -29,9 +29,15 @@ position: absolute; top: 0; bottom: 0; - right: 6px; - opacity: 0.4; + right: 0; + opacity: 1; margin: auto 0; + width: 30px; + text-shadow: none; + color: #fff; + &:hover { + opacity: 0.75; + } } }