mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Fixes: Echo circle notification appears as large red square
Fixes https://phabricator.wikimedia.org/F37380573 Bug: T342907 Change-Id: If6701f277e88bbfa3a1d0ee9cab4678d2f30b3a9
This commit is contained in:
parent
1918698e72
commit
7a7e8e94bb
|
@ -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