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:
WMDE-Fisch 2017-04-18 16:50:50 +02:00
parent f64b68bdb1
commit 33aea27e94

View file

@ -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 */
}