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

[CheckableButton] Make se23 styles the default #10054

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

jesstelford
Copy link
Contributor

@jesstelford jesstelford commented Aug 15, 2023

Completes #9926

<CheckableButton> is used in the "Select All" section of ResourceList and IndexTable.

NOTE: There's some existing layout jank in <ResourceList> that I've fixed separately in #10056

@jesstelford jesstelford linked an issue Aug 15, 2023 that may be closed by this pull request
margin-left: calc(var(--p-space-5) - var(--p-border-width-2));

#{$se23} & {
margin-left: calc(var(--p-space-3) + var(--p-space-025));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed this to a gap declaration on the containing flex element.

@jesstelford jesstelford merged commit 83cf1af into next Aug 16, 2023
13 checks passed
@jesstelford jesstelford deleted the checkable-button-se23-cleanup branch August 16, 2023 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CheckableButton] Consolidate se23 logic and styles
3 participants