show disabled held piece

This commit is contained in:
2024-08-02 23:24:39 +02:00
parent d75696fbc3
commit ab023ec982
7 changed files with 46 additions and 6 deletions

View File

@@ -92,6 +92,12 @@ tr.matrix td:not(.mino) {
animation-duration: 0.2s;
}
.disabled.mino {
opacity: 50%;
outline: 0px;
box-shadow: none;
}
tr.cleared-line-animation {
animation: none;
}