-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style module issues in Edge/IE11 #4566
Comments
FWIW, |
@web-padawan Thanks, that solves the problem. https://www.polymer-project.org/2.0/docs/devguide/style-shadow-dom#style-the-host-element This really should be updated then. |
Sorry, it looks like I messed this up. The docs use |
Good point. @azakus @sorvell should we be documenting I hope some of that made sense. @katejeffreys might be something good to add. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen! |
Description
The PSK includes a shared styles module that only sets standard CSS properties which seem to work in all supported browsers. Since I had problems in my real project with IE11/Edge, I tried to repro the problem with a fresh PSK and just changing the text color. I don't know whether I have to include something special for IE11/Edge? I did only find the note that custom-style would be needed in document level styles but that is not the case here.
Steps to Reproduce
Expected Results
In all browsers the titles and texts in the views should be red.
Actual Results
Chrome/FF behave as expected. IE11/Edge ignore the setting, the text color stays black
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: