Skip to content

Commit

Permalink
fix(framework): Do not create IE styles with disabled (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev authored Oct 1, 2020
1 parent cbe29f8 commit 5ecc51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/base/src/theming/createComponentStyleTag.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const createComponentStyleTag = ElementClass => {

createStyleInHead(cssContent, {
"data-ui5-element-styles": tag,
"disabled": "disabled",
});
if (ponyfillNeeded()) {
schedulePonyfill();
Expand Down

0 comments on commit 5ecc51e

Please sign in to comment.