-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Labels] Add Support for Basic Tag Labels #3413
Comments
Its very clear that Unfortunately this would be a substantial amount of additional css to label. I'll have to evaluate this. |
Just ran into this, I was looking to use colored tag labels along with "basic" to indicate active/inactive state. I'll just use "regular" labels for now, but tagged ones have a nice visual flare for my use case (which I can explain in further detail if needed). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Bump (due to the stale bot). Would still be a useful enhancement. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
ping |
The new basic labels are super useful; However, I have noticed they don't work well as tag labels.
<div class="ui tag label">
looks well<div class="ui basic label">
looks well<div class="ui basic tag label">
looses the front part and gets ugly.I have checked mine 2.0 and the version on semantic official website and the issue seems to appear in both. I consider tag labels with toggled basic/normal mode perfect for filtering UI - that's how I got there.
The text was updated successfully, but these errors were encountered: