[
https://issues.apache.org/jira/browse/NIFI-12956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835734#comment-17835734
]
ASF subversion and git services commented on NIFI-12956:
--------------------------------------------------------
Commit 1a2a23d1b643ef59551826440f7eda2fcc82668c in nifi's branch
refs/heads/main from Scott Aslan
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1a2a23d1b6 ]
[NIFI-12956] update to mat-button on general settings and login forms (#8621)
* [NIFI-12956] update to mat-button on general settings and login forms
* update mixin name
* fix typo
This closes #8621
> 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 40m
> 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)