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
When an element's pseudo class is styled using css variables, the styling fails to render in ie11 if the element itself has not been styled using css variables. Here is a simple codepen for the repro:
When an element's pseudo class is styled using css variables, the styling fails to render in ie11 if the element itself has not been styled using css variables. Here is a simple codepen for the repro:
Repro Steps
This is the codepen that has the example
https://codepen.io/tomi-msft/pen/rNeMJYq?editors=1111
Open the codepen in a moder browser and observe that on hover, the div element's background turns white
Open this link in ie11(since codepen is not supported) and observe that the on hover styling is not applied:
https://codepen.io/tomi-msft/full/rNeMJYq
The text was updated successfully, but these errors were encountered: