You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want the label's contents to use relative positioning I can set that myself, but combined with display: inline-block; that really limits what styling can be done inside the label.
Combined with the fact that <paper-radio-button> only works as a direct child of <paper-radio-group> you have really limited options - any kind of grid is impossible without overriding the flakey --paper-radio-button-label mixin (we're using constructable stylesheets so need a specific hack).
Could we change it to not have any explicit positioning?
The text was updated successfully, but these errors were encountered:
KeithHenry
added a commit
to KeithHenry/paper-radio-button
that referenced
this issue
Jan 29, 2020
Why is the label that wraps the
<slot>
set toposition: relative;
?paper-radio-button/paper-radio-button.js
Lines 142 to 152 in a160d5f
If I want the label's contents to use relative positioning I can set that myself, but combined with
display: inline-block;
that really limits what styling can be done inside the label.Combined with the fact that
<paper-radio-button>
only works as a direct child of<paper-radio-group>
you have really limited options - any kind of grid is impossible without overriding the flakey--paper-radio-button-label
mixin (we're using constructable stylesheets so need a specific hack).Could we change it to not have any explicit positioning?
The text was updated successfully, but these errors were encountered: