Workaround for chaining ::part() selector with other selectors in chromium based browsers?
I was trying to use chain :disabled
, :not([disabled])
and/or :not([aria-label=''])
with ::part()
but I have found that it does not work in chromium based browsers as mentioned in the answer here. It appears that the bug still hasn’t been solved.