Prevent selection in tiles
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good
This commit is contained in:
parent
22a304907e
commit
0925f4d6d3
@ -9,6 +9,7 @@
|
|||||||
.tile {
|
.tile {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.revealed {
|
.revealed {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user