fix(theme): sidebar hover unreadable (sidebarTextHoverBg must be hex) #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "theme/sidebar-hover-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Slash/Slash Dark set sidebarTextHoverBg to an rgba() string; toRgbValues() assumes hex, so --sidebar-text-hover-bg-rgb became NaN,NaN,85 and the sidebar hover rendered white -> channel names unreadable on hover. Converted both to the equivalent hex (#551F49 / #421A38), matching how every upstream theme defines it. Webapp-only.