-
-
Notifications
You must be signed in to change notification settings - Fork 786
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
Unable to set color of tag with Bluma class #792
Comments
Same problem |
1 similar comment
Same problem |
same issue |
same issue here as well |
same issue |
As a workaround, you can use Bulma background color helpers instead.
|
I updated to v24.05.1 today and now |
It is working correctly with v24.05.1, but the new release v24.10.1 break it again, the tagstyle parameters like It seems in fact many color property values are overridden with the theme highlight-primary and highlight-secondary values instead. |
Describe the bug
I don't know if it was intentional, but these lines or these lines in your recent commit are removing the ability to change the color of each tag with a Bluma class name like
is-link
,is-success
, etc. in the propertytagstyle
of an item.Expected behavior
The color of the tag follows the Bluma class set in the
tagstyle
property.What I suggest is that when the property is not set, the color from
highlight-secondary
is used, but when it is set, it uses the one fromtagstyle
.Configuration
The text was updated successfully, but these errors were encountered: