-
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
Radio buttons break when using border-box #1832
Comments
The issue here is that these global styles are leaking down into Polymer's shim/polyfill for Web Components is imperfect so this type of thing can still happen. Polymer provides a We plan to add a way to load remote stylesheets such that they also can be shimmed to not leak down into elements, (see #1876). |
But how I can change it if this is defined in bootstrap.min.css for |
As stated above, when #1876 is addressed, you'll be able to do something like this to include
|
I can see that this issue: #1876 has been addressed: https://blog.polymer-project.org/announcements/2015/08/13/1.1-release/
could you please tell me which of them and how should I include? |
@bjornandersson have you managed to overcome this issue? |
@eximius313 haven't checked. The POC with using Polymer in my project was rejected. |
:( |
Radio buttons doesn't look good when using frameworks like bootstrap or normalize because the setting
box-sizing: border-box
Normalize uses the following contruct which breaks all Polymer radio buttons.
The text was updated successfully, but these errors were encountered: