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

feat(@clayui/css): LPD-23703 Adds btn-group-spaced for a separated button group #5812

Merged
merged 3 commits into from Apr 23, 2024

Conversation

pat270
Copy link
Member

@pat270 pat270 commented Apr 22, 2024

Copy link
Member

@matuzalemsteles matuzalemsteles left a comment

Choose a reason for hiding this comment

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

Thanks @pat270! I just added a comment as a suggestion that doesn't prevent merging.

Comment on lines 34 to 38
vertical
? 'btn-group-vertical'
: spaced
? 'btn-group-spaced'
: 'btn-group'
Copy link
Member

Choose a reason for hiding this comment

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

I think this is better for reading.

Suggested change
vertical
? 'btn-group-vertical'
: spaced
? 'btn-group-spaced'
: 'btn-group'
{
'btn-group-vertical': vertical,
'btn-group-spaced': spaced,
'btn-group': !spaced && !vertical,
}

@matuzalemsteles matuzalemsteles merged commit ca51279 into liferay:master Apr 23, 2024
4 checks passed
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.

None yet

2 participants