FranklinDM/TGS

Icon corruption under PMOpera theme

Closed this issue · 1 comments

AiOS vs TGS:
capture1capture2

Thank you for reporting this bug! This will be fixed in the next release.

A new commit will be up soon on the development branch to fix this.

Technical Details:
Some of the selectors specify (aios-appOS) which is an attribute that is set to the main window to be able to identify what OS is being used, however during the time when AiOS was being refactored (the version you're using isn't affected because that is an older version if I'm not mistaken), the method called to set this attribute (and some others) was removed (see: 322a1b0).

This broke those selectors and this one you're seeing right now is its effect. aios_buttons_generic.css' selectors are being applied even though it isn't supposed to.