ui: user selection
This commit is contained in:
parent
80a2833842
commit
71c4f1f959
|
@ -46,4 +46,7 @@
|
||||||
|
|
||||||
.dashboard {
|
.dashboard {
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
|
pre {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -20,4 +20,5 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user