eyedine2 / Classic-Steam-Library

Returns the Steam library to it's 2013 and 2015 era looks with CSS tweaks instead of reverting it
36 stars 2 forks source link

[BUG?] Every element has the same cursor #16

Open SuperStik opened 5 months ago

SuperStik commented 5 months ago

The pointer doesn't change to the correct style when hovering over clickable elements. This is caused by having a global CSS rule only allowing the default cursor.

* {
    cursor: default !important;
}

I'm not sure whether this is intentional or not, but I'm filing a report just to be sure.

eyedine2 commented 5 months ago

afaik this is like 75% correct behavior, things just didn't have cursors in old Steam. I think there were some exceptions though. idk.