zuzumi-f / Discord-11

Theme based in windows 11 new UI | Support server: https://discord.gg/PsNtzGeHuW
123 stars 119 forks source link

Possible unwanted cursor overrides? #12

Closed tlendev closed 2 years ago

tlendev commented 2 years ago

Cursor doesn't change from system default when hovering on things that usually change the cursor like links or clickable elements

zuzumi-f commented 2 years ago

yep, I did it on purpose but if you don't like it, you can use this code

#app-mount *:not(.searchBar-2aylmZ *, .search-39IXmY *, .addFriendInputWrapper-kkoSV9 *, .searchBar-14YqL- .searchBarComponent-18D6hD *, .searchBar-2M9mRP *, .header-uVCAlo *, .header-2TLOnc *, .inputWrapper-1YNMmM *, .form-3gdLxP *, .textArea-2CLwUE.textAreaSlate-9-y-k2.slateContainer-3x9zil, .channelTextArea-3TZH74 *, .scrollableContainer-15eg7h *, .note-3M15gE *, .searchBar-3OIGe3 *, .searchContainer-16qhPt *, .searchContainer-2kJ46v *, .searchContainer-23hFke *, .searchContainer-1cOciB *, .searchBar-3joS_I *, .searchBar-20o6Cf *, .resizeHandle-PBRzPC, .inner-2pOSmK *, [class="quickswitcher-pKcM9U"] .input-3r5zZY),
.container-2nx-BQ,
.input-2XRLou {
    cursor: auto !important;
}
tlendev commented 2 years ago

Oh, sorry for bothering you then..