Closed diogotcorreia closed 1 year 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.
var(--focus-primary)
Screenshots
Original Discord:
Nordic theme:
Versions (please complete the following information):
nordic.user.css
nordic.theme.css
Additional context Adding --focus-primary: var(--brand-new-500) to the customization section temporarily fixes the issue.
--focus-primary: var(--brand-new-500)
Probably related code: https://github.com/orblazer/discord-nordic/blob/ad3b221897cfa614f4e456da814e48426b82103d/src/styles/colors/colors.scss#L115
Hello, Thanks for report the issue. This should fixed on the next release.
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:
Nordic theme:
Versions (please complete the following information):
nordic.user.css
? No,nordic.theme.css
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