From 33aea27e94d03c91e54c1a06eed4c870c694cd7e Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Tue, 18 Apr 2017 16:50:50 +0200 Subject: [PATCH] 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 --- modules/ext.RevisionSlider.lazy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ext.RevisionSlider.lazy.css b/modules/ext.RevisionSlider.lazy.css index cda8428d..10d28f6b 100644 --- a/modules/ext.RevisionSlider.lazy.css +++ b/modules/ext.RevisionSlider.lazy.css @@ -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 */ +}