ui: user selection

This commit is contained in:
cha0s 2024-07-11 17:16:37 -05:00
parent 80a2833842
commit 71c4f1f959
4 changed files with 5 additions and 2 deletions

View File

@ -46,4 +46,7 @@
.dashboard { .dashboard {
margin: 16px; margin: 16px;
pre {
user-select: text;
}
} }

View File

@ -20,7 +20,6 @@
} }
.selectionWrapper img { .selectionWrapper img {
user-select: none;
width: 100%; width: 100%;
} }
@ -36,6 +35,7 @@
gap: 32px; gap: 32px;
justify-content: space-between; justify-content: space-between;
margin: 8px; margin: 8px;
user-select: text;
} }
.selectionStatus { .selectionStatus {

View File

@ -10,7 +10,6 @@
display: inline-block; display: inline-block;
height: var(--size); height: var(--size);
image-rendering: pixelated; image-rendering: pixelated;
user-select: none;
width: var(--size); width: var(--size);
&:focus-visible { &:focus-visible {
outline: none; outline: none;

View File

@ -20,4 +20,5 @@
display: flex; display: flex;
line-height: 0; line-height: 0;
position: relative; position: relative;
user-select: none;
} }