Tweak monobook padding for realtimepreview-button

Change-Id: I6756a65d9b654ed2a23b168c88b7c80ded9f952f
This commit is contained in:
Ed Sanders 2024-03-11 17:55:16 -07:00
parent 5f6f9e5ef8
commit 008e2c5a94

View file

@ -1,7 +1,13 @@
.ext-WikiEditor-realtimepreview-button:hover {
background-color: unset;
}
.ext-WikiEditor-realtimepreview-button {
&:hover {
background-color: unset;
}
.ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label {
color: unset;
&.oo-ui-toggleWidget-on .oo-ui-labelElement-label {
color: unset;
}
&.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button {
padding: 0 3px 0 0;
}
}