mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
mw.ViewPageTarget: Disable pointer events on dimmed elements
Reduces event overhead and prevents accidental interaction with content while loading, and with content sub while editing. Change-Id: Ief997cd4d5cf444fb2ee0d28c709301d26e814f9
This commit is contained in:
parent
839ab4cc37
commit
8475d40b77
|
@ -42,6 +42,7 @@
|
|||
.ve-activated #siteSub,
|
||||
.ve-activated #contentSub {
|
||||
opacity: 0.6;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.ve-activated #firstHeading {
|
||||
|
|
Loading…
Reference in a new issue