Add hover to ScheduleView

pull/2/head
Francesco Minnocci 2 years ago
parent 3b2fc34ef1
commit 8e3d0b0155
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -879,6 +879,11 @@ body {
cursor: pointer;
&:hover {
background: var(--bg-highlight-500);
border-color: var(--border-highlight-500);
}
&.selected {
background: var(--bg-selected-500);

Loading…
Cancel
Save