Currently we only add classes for error or warning, this doesn't afford us the flexibility to properly denote ok or info messages.

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Status_report___Site-Install.png | 31.28 KB | timmillwood |
| #1 | 2528242-1.patch | 816 bytes | timmillwood |
Comments
Comment #1
timmillwoodPatch for this.
Comment #2
timmillwoodTo give an example of the result of this patch.

Comment #3
timmillwoodComment #4
oriol_e9gYeah! Coherence and less code.
Comment #5
timmillwoodThis relates to #2528270: Use RequirementSeverity::OK by default
Comment #6
lewisnymanI'm happy with this change, as it doesn't affect the design in the Seven theme and there might be some admin themes that would want to use this class. For example, bootstrap has an info color class.
Comment #7
alexpottTemplates aren't frozen and this makes sense. Committed b2e29eb and pushed to 8.0.x. Thanks!