Skip to content

Commit

Permalink
Fix svg icons in IE & Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
samclarke committed Nov 6, 2017
1 parent 580a8ab commit 52d4559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export var isWysiwygSupported = (function () {
isUnsupported = false;
}

// IE <= 8 is not supported any more
// IE <= 9 is not supported any more
if (ie <= 9) {
isUnsupported = true;
}
Expand Down
2 changes: 2 additions & 0 deletions src/themes/inc/defaultbase.less
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ div.sceditor-dropdown div {
margin: 2px 0;
fill: #111;
pointer-events: none;
// IE & Edge inherit line height so reset it
line-height: 1;
}

.sceditor-button.disabled svg {
Expand Down

0 comments on commit 52d4559

Please sign in to comment.