Don't gray out collection tree row when editing name

This commit is contained in:
Abe Jellinek 2024-01-08 12:18:24 -05:00 committed by Dan Stillman
parent b2e4c9bdeb
commit ecf1595998

View file

@ -134,7 +134,7 @@
background-color: var(--color-accent);
color: #fff;
@include state(".virtualized-table:not(:focus)") {
@include state(".virtualized-table:not(:focus-within)") {
color: var(--fill-primary);
background-color: var(--color-quarternary-on-sidepane);
}