mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Fix lowercasing and bolding of text in popups in Modern skin
There was CSS trying to counteract this, but it wasn't strong enough to override Modern's styles. Bug: T114080 Change-Id: I96d9b32353fbabc8f720ecb869904639009c894f
This commit is contained in:
parent
55e9d8e819
commit
545b9c170b
|
@ -2,7 +2,7 @@ body #p-personal {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue