Issue #2106 - Clean-up: Remove Defunct -moz-user-select CSS Directives

This commit is contained in:
Andy 2025-07-07 10:45:55 -07:00 committed by roytam1
commit 8f46cd0d63
3 changed files with 0 additions and 16 deletions

View file

@ -228,7 +228,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
.CodeMirror-gutter-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}