Remove padding reset from markAllReadButton

Buttons should be positioned with margin, not padding,
as changing padding breaks hover and focus states.

In this case the position is already fine without
additional adjustment.

Change-Id: I8a7726b2e0988117084a1d0b060b4f649ba4cc75
This commit is contained in:
Ed Sanders 2020-07-24 13:27:44 +01:00 committed by Catrope
parent f44df2f728
commit 3ead305c27

View file

@ -28,10 +28,6 @@
.mw-echo-ui-notificationsWidget-markAllReadButton {
margin-top: 0.4285714em; // = 6px as result of 6 / 16 / 0.875
margin-right: 0.5714286em; // = 8px as result of 8 / 16 / 0.875
.oo-ui-buttonElement-button {
padding-right: 0;
}
}
}