mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
d7cc28fbcb
This reverts commit ca5e5c85af
and then
scopes the rules.
Bug: T241090
Bug: T242493
Change-Id: I0e6a4f6d235f34dc8f05a5e7ea5272d6465b80aa
21 lines
300 B
Plaintext
21 lines
300 B
Plaintext
#pt-notifications-alert {
|
|
.mw-echo-notifications-badge-dimmed,
|
|
.mw-echo-notifications-badge {
|
|
top: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
#pt-notifications-alert.oo-ui-widget {
|
|
list-style: none;
|
|
width: 1.25em;
|
|
height: 1.25em;
|
|
padding: 0.75em;
|
|
vertical-align: middle;
|
|
|
|
a {
|
|
height: auto;
|
|
padding: 0;
|
|
}
|
|
}
|