Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1-rc-1
-
Fix Version/s: 10.2
-
Component/s: Flamingo Skin, Flamingo Theme
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
This will happen for all the themes that have white text, because the contrast white on gray (#f3f3f3) is not readable.
From the xwiki-platform-flamingo-theme-bootswatch these themes are:
Slate, Darkly, Superhero.
The issue is that XWiki.XWikiUserSheet is using
div.highlighted-profile-section, div.userInfo, div.userPreferences, div.watchlistManagement, div.userDashboard { background-color: $theme.backgroundSecondaryColor; }
and
$theme.backgroundSecondaryColor
doesn't get set correctly to @xwiki-background-secondary-color.
Attachments
Issue Links
- relates to
-
XWIKI-15045 Issues using transparent colors in the Advanced section of a Flamingo Theme
-
- Open
-
-
XWIKI-15040 Missing mapping for the old $theme.textPrimaryColor to the new LESS variables
-
- Closed
-
-
XWIKI-15041 Missing mapping for the old $theme.textSecondaryColor to the new LESS variables
-
- Closed
-