actionbuttons hover color change

This commit is contained in:
HF 2020-01-06 22:52:30 +01:00
parent 199bb01463
commit 29b9a48fa1
2 changed files with 4 additions and 2 deletions

View File

@ -257,9 +257,7 @@ document.addEventListener('DOMContentLoaded', () => {
cnt++;
const [z, i, j] = value.cell;
if (!renderer.isChunkInView(z, i, j)) {
console.log(value.cell);
if (value.isBasechunk) {
console.log(`deregister chunk ${i},${j}`);
ProtocolClient.deRegisterChunk([i, j]);
}
chunks.delete(key);

View File

@ -303,6 +303,10 @@ kbd {
padding: 0;
}
:global(.actionbuttons:hover) {
background-color: #d2d2d2cc;
}
:global(.palettebox) {
text-align: center;
line-height: 0;