-
Notifications
You must be signed in to change notification settings - Fork 3
Add Form Controls Layout support for Radio Group #624
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
Conversation
🦋 Changeset detectedLatest commit: 13fc1c8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
font-family: var(--glide-core-heading-xxxs-font-family); | ||
font-size: var(--glide-core-heading-xxxs-font-size); | ||
font-style: var(--glide-core-heading-xxxs-font-style); | ||
font-variant: var(--glide-core-heading-xxxs-font-variant); | ||
font-weight: var(--glide-core-heading-xxxs-font-weight); | ||
line-height: 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to Radio Group Radio above. No other element needs it.
@@ -4,13 +4,11 @@ export default [ | |||
css` | |||
.component { | |||
color: var(--glide-core-text-body-1); | |||
display: inline-flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup that's exactly what I was seeing as well.
@@ -7,7 +7,6 @@ export default [ | |||
`, | |||
css` | |||
:host { | |||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently unused.
8ec689b
to
122a7ce
Compare
122a7ce
to
b0e911f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up so quickly
@@ -4,13 +4,11 @@ export default [ | |||
css` | |||
.component { | |||
color: var(--glide-core-text-body-1); | |||
display: inline-flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup that's exactly what I was seeing as well.
Pushed an amended commit to resolve the conflicts from #615. |
b0e911f
to
13fc1c8
Compare
🚀 Description
N/A
📋 Checklist
🔬 How to Test
Just a quick spot check of Radio Group outside of Form Controls Layout should do.
📸 Images/Videos of Functionality