Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments

This commit is contained in:
Andy 2025-07-07 10:46:13 -07:00 committed by roytam1
commit b11affbdf3
7 changed files with 15 additions and 15 deletions

View file

@ -14,7 +14,7 @@
}
*|*:read-only > :read-write {
/* override the above -moz-user-select: all rule. */
/* override the above user-select: all rule. */
user-select: -moz-text;
}