Tabulator: Use variable to define background colors on selected rows

Even though the concept of "selected" rows is not used yet, better to
use the proper variable instead of color-accent-background.
This commit is contained in:
Pablo Vazquez 2022-07-05 18:08:07 +02:00 committed by Francesco Siddi
parent d5275f51e1
commit 52ceba2960

View File

@ -508,8 +508,7 @@
}
.tabulator-row.tabulator-selected {
background-color: var(--color-accent-background);
color: var(--color-accent-text);
background-color: var(--table-color-background-row-selected);
}
.tabulator-row.tabulator-selected:hover {