inital-release
This commit is contained in:
@@ -195,7 +195,7 @@ body {
|
|||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-cell:hover {
|
.grid-cell:hover:not(.clue-cell):not(.blocked-cell) {
|
||||||
background: #f7fafc;
|
background: #f7fafc;
|
||||||
border-color: #4299e1;
|
border-color: #4299e1;
|
||||||
}
|
}
|
||||||
@@ -229,6 +229,8 @@ body {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
cursor: default;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clue-cell.horizontal {
|
.clue-cell.horizontal {
|
||||||
|
|||||||
Reference in New Issue
Block a user