Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-07-08 10:02:11 +08:00
commit fbb39ce322
65 changed files with 188 additions and 193 deletions

View file

@ -265,7 +265,7 @@
/* The geometry editor can be interacted with, so it needs to react to
pointer events */
pointer-events: auto;
-moz-user-select: none;
user-select: none;
}
:-moz-native-anonymous .geometry-editor-offset-parent {
@ -408,7 +408,7 @@
font: message-box;
font-size: 10px;
pointer-events: none;
-moz-user-select: none;
user-select: none;
box-sizing: border-box;
}