AikoMidori / steam-library

A Complete Make-Over For Steam Library.
146 stars 13 forks source link

Use attribute selectors #19

Closed PhantomGamers closed 1 year ago

PhantomGamers commented 1 year ago

By switching the css class names to attribute selectors we can avoid hardcoding the hash that is appended to the class names that changes when the css is updated by valve.

Currently I have only done the Downloads.css file as I don't believe there is an easy way to automate this and so it will require a lot of manual editing. I'm posting this here so that people can see how it is done if they would like to contribute towards the effort.

Thanks to @LaserFlash and @RoseTheFlower for the advice!