[WICG/webcomponents] CSS Shadow Parts Selector ::part() does not work in combination with :disabled pseudo-class in Chrome (#918)

In Chrome, the pseudo-element selector ::part() and additional :disabled pseudo-class does not work properly. This works in Firefox perfectly.

Here is a corresponding code snippet: https://stackoverflow.com/questions/66867011/css-shadow-parts-selector-part-does-not-work-in-combination-with-disabled-p

Only in Firefox the disabled button will have a yellow background.

Is this a Chrome-bug or intended behavior?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/918

Received on Wednesday, 31 March 2021 07:05:13 UTC