mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
6d2e560c1e
Introducing stylelint with configuration rules compliant to Wikimedia CSS Coding Standards 'stylelint-config-wikimedia', nullifying some for now and making majority pass. Change-Id: I2c4acee41c9b56d9b00e2a2c5b7ab0ab5de454ce
31 lines
506 B
Plaintext
31 lines
506 B
Plaintext
@import '../echo.variables';
|
|
|
|
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
|
|
&,
|
|
.oo-ui-popupWidget a.oo-ui-buttonElement-button {
|
|
color: #333;
|
|
}
|
|
|
|
a {
|
|
background-color: initial;
|
|
}
|
|
|
|
// Badge
|
|
> .oo-ui-buttonElement-button {
|
|
&:hover {
|
|
.oo-ui-labelElement-label {
|
|
color: #000 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Footer
|
|
.oo-ui-popupWidget-footer {
|
|
// Override text-align that monobook uses for #p-personal li
|
|
text-align: left;
|
|
}
|
|
}
|