Skip to content

Commit 5ecc51e

Browse files
authored
fix(framework): Do not create IE styles with disabled (#2284)
1 parent cbe29f8 commit 5ecc51e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/base/src/theming/createComponentStyleTag.js

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const createComponentStyleTag = ElementClass => {
4343

4444
createStyleInHead(cssContent, {
4545
"data-ui5-element-styles": tag,
46-
"disabled": "disabled",
4746
});
4847
if (ponyfillNeeded()) {
4948
schedulePonyfill();

0 commit comments

Comments
 (0)