mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
3ab9a863a2
* Add hover and active styles to match normal toolbar state styling. * Move border from right to left on `.section-secondary .group`. * Add a skinStyle for MonoBook so it doesn't get the button style, because it provides its own. Bug: T303991 Change-Id: I6f08906156a9768729d779b6c50c9e804f51fb98
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
.ext-WikiEditor-realtimepreview-button:hover {
|
|
background-color: unset;
|
|
}
|
|
|
|
.ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label {
|
|
color: unset;
|
|
}
|