mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
2f020163ee
These dont work. Timeless provides its own skinStyles for this module: * Revert "Timeless skinStyles should be additive not replace" This reverts commit98d0d296a8
. * Revert "Use skinStyles for deciding where the text-indent should apply" This reverts commit8adab78547
. A new implementation in Vector means these are redundant: * Revert "Item label can now use overflow hidden" This reverts commitb5dd7baa08
. * Revert "Drop text indent in modern Vector" This reverts commit150fc7a16c
. Bug: T264339 Depends-On: I2afc12504d7184583fa8331479125474c68017dc Change-Id: Ifd0dd5a0479588664b772fb839dbbcd8d7c47320
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
@import '../echo.variables.less';
|
|
|
|
#pt-notifications-notice .mw-echo-notifications-badge,
|
|
#pt-notifications-alert .mw-echo-notifications-badge {
|
|
display: inline-block;
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
top: -1px;
|
|
|
|
&:after {
|
|
top: 6px;
|
|
left: 45%;
|
|
}
|
|
}
|