Skip to content

Commit

Permalink
fix disabled state for MS Edge for real (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Beyer authored Jul 2, 2019
1 parent e686aec commit 0baf8b0
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
console.warn('unable to connect to parent frame for connecting dev tools');
}</script></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the storybook config.</li><li>Try reloading the page.</li></ul></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code">
<code id="error-stack"></code>
</pre></div><div id="root"></div><script src="runtime~main.70cf0af971c6a2b15f1f.bundle.js"></script><script src="vendors~main.70cf0af971c6a2b15f1f.bundle.js"></script><script src="main.70cf0af971c6a2b15f1f.bundle.js"></script></body></html>
</pre></div><div id="root"></div><script src="runtime~main.ba5f3229e8ccaf83927e.bundle.js"></script><script src="vendors~main.ba5f3229e8ccaf83927e.bundle.js"></script><script src="main.ba5f3229e8ccaf83927e.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/main.70cf0af971c6a2b15f1f.bundle.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/main.ba5f3229e8ccaf83927e.bundle.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ body {
background: white;
}

// bug workaround for MS Edge
// MS Edge does not recalculate style for :disabled pseudo-class followed by sibling combinator
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11295231/
[disabled] ~ dummy { // NOSONAR
width: auto;
}
Loading

0 comments on commit 0baf8b0

Please sign in to comment.