ui: user selection
This commit is contained in:
parent
80a2833842
commit
71c4f1f959
|
@ -46,4 +46,7 @@
|
|||
|
||||
.dashboard {
|
||||
margin: 16px;
|
||||
pre {
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
}
|
||||
|
||||
.selectionWrapper img {
|
||||
user-select: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -36,6 +35,7 @@
|
|||
gap: 32px;
|
||||
justify-content: space-between;
|
||||
margin: 8px;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.selectionStatus {
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
display: inline-block;
|
||||
height: var(--size);
|
||||
image-rendering: pixelated;
|
||||
user-select: none;
|
||||
width: var(--size);
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
|
|
|
@ -20,4 +20,5 @@
|
|||
display: flex;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user