Use unique background for focused cell
This commit is contained in:
parent
53d3eaf465
commit
4427b18466
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue