mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Merge "Fixes: Echo circle notification appears as large red square"
This commit is contained in:
commit
46d2fb49a9
|
@ -66,7 +66,8 @@
|
|||
letter-spacing: -0.5px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
// T342907
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue