Closed chept closed 6 months ago
The background color for an hovered item in the bin doesn't adapt to dark modes. Using a defined palette variable could be better.
For example I am using CupertinoDark palette and do: .kk-trashbin-row:hover { background-color: <<colour pre-background>>; }
.kk-trashbin-row:hover { background-color: <<colour pre-background>>; }
looks good in almost every default palettes.
Good catch, thank you! I will push a patch.
Implemented in Trashbin 1.3.1
The background color for an hovered item in the bin doesn't adapt to dark modes. Using a defined palette variable could be better.
For example I am using CupertinoDark palette and do:
.kk-trashbin-row:hover { background-color: <<colour pre-background>>; }
looks good in almost every default palettes.