Merge "Fixes: Echo circle notification appears as large red square"

This commit is contained in:
jenkins-bot 2023-08-09 19:06:29 +00:00 committed by Gerrit Code Review
commit 46d2fb49a9
2 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,8 @@
letter-spacing: -0.5px;
padding: 0;
border: 0;
background-color: transparent;
// T342907
background-color: transparent !important;
}
&:hover {

View file

@ -37,7 +37,7 @@
.mixin-notification-badge();
}
// Special colors for unseen notifications
// Special colors for unseen notifications (Applies to desktop Minerva)
#pt-notifications-alert.mw-echo-unseen-notifications::after {
background-color: @color-destructive;
}