Skip to content
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

fix(data-table): add table scope to form control overrides #8295

Conversation

emyarod
Copy link
Member

@emyarod emyarod commented Apr 5, 2021

Closes #8286
Related #8212

This PR scopes the table form control styles to the data table component to prevent standalone form controls from inheriting the styles

Testing / Reviewing

Confirm that inline table form controls receive the correct color token while standalone form controls are unaffected

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2021

DCO Assistant Lite bot All contributors have signed the DCO.

@netlify
Copy link

netlify bot commented Apr 5, 2021

Deploy preview for carbon-elements ready!

Built with commit 6debd05

https://deploy-preview-8295--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Apr 5, 2021

Deploy preview for carbon-components-react ready!

Built with commit 6debd05

https://deploy-preview-8295--carbon-components-react.netlify.app

Copy link
Collaborator

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 ✅

@joshblack joshblack requested review from a team and jeanservaas and removed request for a team April 5, 2021 19:20
@emyarod emyarod requested review from laurenmrice and removed request for jeanservaas April 6, 2021 15:09
@emyarod emyarod force-pushed the 8286-light-input-field-background-colors branch from 0173018 to 0dbadb5 Compare April 6, 2021 17:12
Copy link
Member

@laurenmrice laurenmrice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks good

@emyarod emyarod force-pushed the 8286-light-input-field-background-colors branch from 0dbadb5 to 9d531a0 Compare April 6, 2021 18:43
@kodiakhq kodiakhq bot merged commit 4acadad into carbon-design-system:main Apr 6, 2021
@emyarod emyarod deleted the 8286-light-input-field-background-colors branch April 7, 2021 15:28
tay1orjones pushed a commit to tay1orjones/carbon that referenced this pull request Apr 7, 2021
…sign-system#8295)

* fix(data-table): add table scope to form control overrides

* docs(DataTable): remove example form inputs
tay1orjones added a commit that referenced this pull request Apr 7, 2021
* fix(data-table): add table scope to form control overrides (#8295)

* fix(data-table): add table scope to form control overrides

* docs(DataTable): remove example form inputs

* chore(release): v10.32.1

Co-authored-by: emyarod <emyarod@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background color for TextInput, PasswordInput, MultiSelect, ComboBox etc.. is the same as the light variant
5 participants