This commit is contained in:
parent
824f038084
commit
3efb87bcd8
24 changed files with 14 additions and 19 deletions
12
app/cell.module.scss
Normal file
12
app/cell.module.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.cell {
|
||||
display: table-cell;
|
||||
border: 1px solid transparent;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-background-highlight);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue