fix clear line draw & theme select

This commit is contained in:
2019-11-04 19:59:35 +01:00
parent 12080960f4
commit 1dcd33b2e8
6 changed files with 37 additions and 26 deletions

View File

@ -1,10 +1,12 @@
.invisible-grid > .empty-cell {
.empty-cell {
background: transparent;
}
.invisible-grid > .empty-cell {
border: 1px solid transparent;
}
.visible-grid > .empty-cell {
background: transparent;
border: 1px inset rgba(128, 128, 128, 0.3);
}

View File

@ -49,7 +49,6 @@
.cleared-line {
background: white;
transition: background 1s;
}
.trail {