previously attempted to fix it using :has(), caused the theme to lag veeery badly and it still didn't work properly
situation is probably even worse now that the horrendous animated icons are rolled out to everyone
there is no aria-checked attribute on the button, there is no indication of whether noise suppression is on or not, and trying to select individual paths in the svg is impossible because of how bad lottie is
there is absolutely zero element changes occurring on any of the parent elements when toggling noise suppression
if anyone has any ideas on what to do with this, feel free to comment here or open a pull request. keep in mind i will not be relying on client mods so custom scripts or plugins or whatever are not going to solve this
referring to this icon:
previously attempted to fix it using
:has()
, caused the theme to lag veeery badly and it still didn't work properlysituation is probably even worse now that the horrendous animated icons are rolled out to everyone
there is no
aria-checked
attribute on the button, there is no indication of whether noise suppression is on or not, and trying to select individual paths in the svg is impossible because of how bad lottie isthere is absolutely zero element changes occurring on any of the parent elements when toggling noise suppression
if anyone has any ideas on what to do with this, feel free to comment here or open a pull request. keep in mind i will not be relying on client mods so custom scripts or plugins or whatever are not going to solve this