mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 10:56:44 +00:00
5c49d1482b
The flyout is now part of the personal tools, so Modern's styling of `#p-personal li a` now affects it. Override that for links in the flyout so it doesn't look super silly. Bug: T111825 Change-Id: Ie67ff2d7803362bd7214bade27383282620799b9
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
.mw-echo-ui-notificationOptionWidget {
|
|
a,
|
|
#p-personal & a.new {
|
|
// In modern, the hover color is white, which is unhelpful.
|
|
color: #666666;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
// Override personal tools padding for links
|
|
#p-personal li .mw-echo-state a {
|
|
padding: 0 0 0 0;
|
|
}
|