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:
parent
d5275f51e1
commit
52ceba2960
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user