Bulma CSS inherits white colour for local tasks menu links in .hero region, making them invisible.

Created on 1 August 2018, about 6 years ago
Updated 19 July 2024, about 2 months ago

Since bulma version 5, you cannot view the text of contextual links in the Hero region.

This is because the font colour is white, but also the contextual menu background is white.
This is the bulma css causing the issue:

.hero.is-primary a:not(.button), .hero.is-primary strong {
    color: inherit;
}

I suggest we simply add something like:

.contextual-region .contextual .contextual-links a {
	color: #333;
}

somewhere below the bulma css declaration in the css.

๐Ÿ› Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom medden

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024