mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 16:26:45 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||
|
text-transform: none;
|
||
|
font-weight: normal;
|
||
|
// Badge
|
||
|
> .oo-ui-buttonElement-button:hover {
|
||
|
.oo-ui-labelElement-label {
|
||
|
color: black !important;
|
||
|
}
|
||
|
}
|
||
|
}
|