Skip to content

Commit

Permalink
fix: redundant CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Sep 12, 2024
1 parent a78b4a4 commit 811b754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion resources/skins.citizen.styles/common/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ video {
button,
label {
// Remove the 300ms delay in click event (T118509)
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
touch-action: manipulation;
}
}
Expand Down
2 changes: 1 addition & 1 deletion skinStyles/extensions/VisualEditor/ext.visualEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
&:not( .ve-loading ) {
.ve-init-mw-desktopArticleTarget-uneditableContent {
opacity: 1 !important;
pointer-events: auto !important;
pointer-events: all !important;
}
}
}
Expand Down

0 comments on commit 811b754

Please sign in to comment.