-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: Master
-
Component/s: ~[Archived] WCM
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
Right now the color icon in the alloy editor toolbar is the text-editor icon.
Should be the color-picker one
and should be keep the white color in order to be more easy to identify.
For text color options:
We have already matched Bootstrap color classes with Lexicon colors in Clay
https://issues.liferay.com/browse/LPS-91496
So the idea is to change the text colors to these:
.text-primary | #0B5FFF |
.text-secondary | #6B6C7E |
.text-success | #287D3C |
.text-danger | #DA1414 |
.text-warning | #B95000 |
.text-info | #2E5AAC |
.text-body | #272833 |
.text-dark | #393A4A |
.text-muted | #A7A9BC |
.text-black-50 | #CDCED9 |
.text-light | #F1F2F5 |
.text-white | #FFFFFFF |