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 committed Oct 2, 2020
1 parent 72bfd84 commit abe3b38
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 abe3b38

Please sign in to comment.