Skip to content

Commit

Permalink
fix: πŸ› add not(.ve-loading)
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Oct 22, 2023
1 parent a34632f commit 649268b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions skinStyles/extensions/VisualEditor/ext.visualEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
}
}

footer.ve-init-mw-desktopArticleTarget-uneditableContent {
pointer-events: auto;
&:not(.ve-loading) {
footer.ve-init-mw-desktopArticleTarget-uneditableContent {
pointer-events: auto !important;
opacity: 1 !important;
}
}
}

Expand Down

0 comments on commit 649268b

Please sign in to comment.