You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about the Bulma CSS framework
I'm using Bulma version [0.4.4]
My browser is: Chrome 59
I am sure this issue is not a duplicate?
Description
When a dropdown button is placed inside a hero container are the colors of the dropdown items being inherited.
Steps to Reproduce
Place a dropdown button in a hero container that is primary (is-primary).
Expected behavior
An exception should be made for the menu items in the button to not override their color. .hero.is-primary a:not(.button), .hero.is-primary strong { color: inherit; }
Actual behavior
Menu dropdown items color are being inherited.
The text was updated successfully, but these errors were encountered:
This is about the Bulma CSS framework
I'm using Bulma version [0.4.4]
My browser is: Chrome 59
I am sure this issue is not a duplicate?
Description
When a dropdown button is placed inside a hero container are the colors of the dropdown items being inherited.
Steps to Reproduce
Place a dropdown button in a hero container that is primary (is-primary).
Expected behavior
An exception should be made for the menu items in the button to not override their color.
.hero.is-primary a:not(.button), .hero.is-primary strong { color: inherit; }
Actual behavior
Menu dropdown items color are being inherited.
The text was updated successfully, but these errors were encountered: