mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
77acb5b3ee
This will solve multiple issues with the design having to overcome the theme-based design for the #p-tools. Bug: T156080 Change-Id: Ibfcdfeea649e566059fd88485e146fbad2201016
37 lines
697 B
Plaintext
37 lines
697 B
Plaintext
@import '../echo.variables';
|
|
|
|
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
|
|
&-popup {
|
|
// #p-personal li has a font-size of 0.75em, but we want the
|
|
// font size here to be exactly 0.875em, so we must override
|
|
// the parent em sizing by dividing.
|
|
font-size: 0.875em / 0.75em;
|
|
|
|
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;
|
|
}
|
|
}
|