fix clear line draw & theme select
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
|
||||
.cleared-line {
|
||||
background: white;
|
||||
transition: background 1s;
|
||||
}
|
||||
|
||||
.trail {
|
||||
|
Reference in New Issue
Block a user