googlearchive / paper-dialog

A dialog à la Material Design
19 stars 16 forks source link

Button & shadows disappear in ie & edge #70

Open chasb154 opened 7 years ago

chasb154 commented 7 years ago

If paper-dialog is used, Microsoft Edge loses shadows and elevation styling in anything that has a shadow (paper-card, paper-button, paper-dialog).

If I comment out the "paper-dialog-behavior/paper-dialog-shared-styles" import in the paper-dialog component, the styling shows back up in Microsoft Edge.

Only fails in Microsoft Edge, Google Chrome and Firefox work regardless. I'm unable to test in Safari.

Notice Test Button in image has no elevation or shadows. with shared styles

If I comment out the shared-styles import, the Test Button now styles correctly. shared-styles commented out