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
Copy file name to clipboardExpand all lines: packages/base/src/theming/CSSVarsPonyfill.js
+20
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,29 @@ let ponyfillTimer;
2
2
3
3
constponyfillNeeded=()=>!!window.CSSVarsPonyfill;
4
4
5
+
/**
6
+
* Removes the "data-cssvars-group" attribute for all element styles and their respective out nodes.
7
+
* CSSVarsPonyfill has internal counters for "group" and "job" and running several instances of the ponyfill may lead to issues, since these counters are not shared
8
+
* Therefore we remove them for our "data-ui5-element-styles"
0 commit comments