wip(desktop): progress

This commit is contained in:
Adam 2025-12-10 17:17:34 -06:00
commit 85cfa226c3
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 222 additions and 70 deletions

View file

@ -97,10 +97,18 @@
[data-slot="list-item-active-icon"] {
display: block;
}
[data-slot="list-item-extra-icon"] {
color: var(--icon-strong-base) !important;
}
}
&:active {
background: var(--surface-raised-base-active);
}
&:hover {
[data-slot="list-item-extra-icon"] {
color: var(--icon-strong-base) !important;
}
}
}
}
}