[
https://issues.apache.org/jira/browse/NIFI-12956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Fellows resolved NIFI-12956.
--------------------------------
Fix Version/s: 2.0.0-M3
Resolution: Fixed
> Add semantic styles for the basic theme colors
> ----------------------------------------------
>
> Key: NIFI-12956
> URL: https://issues.apache.org/jira/browse/NIFI-12956
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Rob Fellows
> Assignee: Scott Aslan
> Priority: Minor
> Fix For: 2.0.0-M3
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> We should add themed styles for the commonly used colors from the palettes.
> I'm thinking like the 3 (light, default, dark) main colors from each palette.
> Something like this:
> {code:java}
> .warn-light {
> color: $warn-palette-light
> }
> .warn-default {
> color: $warn-palette-default
> }
> .warn-dark {
> color: $warn-palette-dark
> }
> .primary-light {
> color: $primary-palette-light
> }
> .primary-default {
> color: $primary-palette-default
> }
> .primary-dark {
> color: $primary-palette-dark
> }
> .accent-light {
> color: $accent-palette-light
> }
> .accent-default {
> color: $accent-palette-default
> }
> .accent-dark {
> color: $accent-palette-dark
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)