diff --git a/resources/skins.minerva.loggedin.styles/styles.less b/resources/skins.minerva.loggedin.styles/styles.less index 14563580b..5f8dc27a7 100644 --- a/resources/skins.minerva.loggedin.styles/styles.less +++ b/resources/skins.minerva.loggedin.styles/styles.less @@ -66,7 +66,8 @@ letter-spacing: -0.5px; padding: 0; border: 0; - background-color: transparent; + // T342907 + background-color: transparent !important; } &:hover { diff --git a/skinStyles/ext.echo.styles.badge.less b/skinStyles/ext.echo.styles.badge.less index e2c980b1b..e1a97470e 100644 --- a/skinStyles/ext.echo.styles.badge.less +++ b/skinStyles/ext.echo.styles.badge.less @@ -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; }