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 issue when there's only one is-toggle tag #2955

Merged
merged 1 commit into from May 16, 2020

Conversation

Neo-Zhixing
Copy link
Contributor

@Neo-Zhixing Neo-Zhixing commented May 16, 2020

This is a bugfix.

Currently tags.is-toggle was displayed incorrectly when there's only one list item in .tabs.is-toggle.

image

This is due to to border-radius shorthand overriding each other.
image

Proposed solution

Replace border-radius short-hand with individual properties in .tags.is-toggle li:last-child a

Tradeoffs

None.

Testing Done

After making those changes, .tags.is-toggle with only one child can be rendered correctly.

image

Changelog updated?

No.

@jgthms
Copy link
Owner

jgthms commented May 16, 2020

Thanks.

@jgthms jgthms merged commit 086bd1c into jgthms:master May 16, 2020
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