mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
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:
parent
f44df2f728
commit
3ead305c27
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue