mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Tweak monobook padding for realtimepreview-button
Change-Id: I6756a65d9b654ed2a23b168c88b7c80ded9f952f
This commit is contained in:
parent
5f6f9e5ef8
commit
008e2c5a94
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue