Fix 'unread' dot top padding regression

All frameless buttons seemed to have recieved a generous padding-top
in the latest OOUI release. This fix overrides that.

Bug: T173059
Change-Id: Ia1f1bbc48410555163afabc84a199e7a69bb95dc
This commit is contained in:
Moriel Schottlender 2017-08-21 11:21:39 -07:00
parent eb7e18f3dd
commit 9e320bac6a

View file

@ -22,6 +22,11 @@
}
}
// Override OOUI specific rule for frameless buttons that adds a ~2.5em padding-top
&.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless > .oo-ui-buttonElement-button {
padding-top: 0;
}
&:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
// Mark as read
background-color: #447ff5;