Use unique background for focused cell

This commit is contained in:
Andrew Kingston 2023-04-17 14:58:09 +01:00
parent 53d3eaf465
commit 4427b18466
1 changed files with 2 additions and 3 deletions

View File

@ -121,11 +121,10 @@
.cell:hover { .cell:hover {
cursor: default; cursor: default;
} }
.cell.highlighted, .cell.highlighted:not(.focused) {
.cell.focused {
--cell-background: var(--cell-background-hover); --cell-background: var(--cell-background-hover);
} }
.cell.selected { .cell.selected:not(.focused) {
--cell-background: var(--spectrum-global-color-blue-100); --cell-background: var(--spectrum-global-color-blue-100);
} }