DiscordStyles / Fluent

Brings the look of Windows 11 to Discord.
MIT License
271 stars 45 forks source link

No cursor: pointer in most places #114

Closed MichaelAceAnderson closed 1 year ago

MichaelAceAnderson commented 1 year ago

There is no "hand" cursor when hovering on reactions, servers on the right side, users on the right side, channels inside servers, channels options, buttons on the bar below, inside the settings menu, etc...

Gibbu commented 1 year ago

This is by design. The Fluent spec uses hover states or other interactions to show that something is interactive.

You can change this by setting:

--cursor: pointer;

In your Fluent.theme.css file.

MichaelAceAnderson commented 1 year ago

Works just fine, thanks 👍