Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
10.1-rc-1
-
None
-
Unknown
-
Description
Select FlamingoThemes.Charcoal, go to the "Advanced" section and write
@text-muted: red;
it will result in solidColor.png
If you write
@text-muted: rgba(255, 33, 33, 0.5);
or
@text-muted: fade(red, 50%);
it will change only the places where @text-muted is used in .less files, see transparentColor.png
If the color is set using a backwards compatibility mapping and the initial color is
color: $theme.textPrimaryColor;
even if the mapping is done
#mapping("textPrimaryColor", "@text-muted")
the transparent color fails to be set, and relies on the fallback color.
So there might be a problem with transparent colors that use parenthesis () and Velocity.
Attachments
Issue Links
- blocks
-
COLORTHEME-2 Dawn and Pantera color themes not working on IE11
- Closed
- depends on
-
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
- is related to
-
XWIKI-15048 User Profile is not readable in any theme that has white text
- Closed