mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
Fix misplaced arrow icon on slider buttons
Seems like OOUI changes lead to this hack not beeing used anymore. Bug: T243592 Change-Id: Ib12f5eef69e57abc78c89680144505b4a92b2145
This commit is contained in:
parent
c9240eacd1
commit
f121c62990
|
@ -182,7 +182,6 @@
|
|||
}
|
||||
|
||||
&.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
|
||||
left: -1px; // `-1px` to make up for `border-width` of button
|
||||
min-width: inherit;
|
||||
width: 20px;
|
||||
min-height: inherit;
|
||||
|
|
Loading…
Reference in a new issue