You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Observe that the first checkbox fills color of second checkbox
Expected behavior
The checkbox container color should be scoped to component instance when mdc-checkbox-container-colors is used.
Your Environment
Software
Version(s)
MDC Web
v2.1.1
Browser
any
Operating System
any
Possible solution
The keyframes in mdc-checkbox-container-colors mixin implementation are being generated outside the scope of custom checkbox class, it should be scoped.
The text was updated successfully, but these errors were encountered:
Bug report
Checkbox fills container color with previous component override color.
Steps to reproduce
Actual behavior
Observe that the first checkbox fills color of second checkbox
Expected behavior
The checkbox container color should be scoped to component instance when
mdc-checkbox-container-colors
is used.Your Environment
Possible solution
The keyframes in
mdc-checkbox-container-colors
mixin implementation are being generated outside the scope of custom checkbox class, it should be scoped.The text was updated successfully, but these errors were encountered: