mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Temporary workaround for OOjs UI missing border bug
This is a workaround to show the missing border on the top button to expand the RevisionSlider as seen in the ticket. It can be removed when OOjs UI v0.21.1 is used in core where the original issue is fixed. Bug: T162858 Change-Id: Ib22d598b8fc62e4a19f03d0170ea6a474812d7f8
This commit is contained in:
parent
f64b68bdb1
commit
33aea27e94
|
@ -45,3 +45,8 @@
|
|||
.mw-revslider-toggle-button .oo-ui-labelElement-label {
|
||||
line-height: 1.875em;
|
||||
}
|
||||
|
||||
/* can be removed when OOjs UI v0.21.1 is put into core master */
|
||||
.mw-revslider-toggle-button > .oo-ui-buttonElement-button {
|
||||
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue