orblazer / discord-nordic

An full themed discord with Nord palette (https://www.nordtheme.com/)
https://betterdiscord.app/theme/Nordic
Other
75 stars 17 forks source link

[BUG] Tab focus ring is invisible #18

Closed diogotcorreia closed 1 year ago

diogotcorreia commented 2 years ago

Describe the bug Tab focus ring is invisible.

To Reproduce Load the theme, go to a chat, press tab and then arrow up. The messages will be hovered, but there is no focus ring.

Expected behavior A colored focus ring should appear, just like on native Discord. See screenshots below.

I think the var(--focus-primary) variable is unset, hence it is not colored.

Screenshots

Original Discord: image image

Nordic theme: image

Versions (please complete the following information):

Additional context Adding --focus-primary: var(--brand-new-500) to the customization section temporarily fixes the issue.

Probably related code: https://github.com/orblazer/discord-nordic/blob/ad3b221897cfa614f4e456da814e48426b82103d/src/styles/colors/colors.scss#L115

orblazer commented 1 year ago

Hello, Thanks for report the issue. This should fixed on the next release.