mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 07:08:12 +08:00
Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten (#4288)
* Add a Vite plugin to auto-prefix -webkit-user-select so it's not so often forgotten * Enforce a property boundary on the left
This commit is contained in:
@@ -136,7 +136,6 @@
|
||||
}
|
||||
|
||||
.text-label.multiline {
|
||||
-webkit-user-select: text; // Still required by Safari as of 2026
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user