Commit 8c71864
style(workspace-theme): add DM "A) Status tags" — tag-success/warning/error
Adds workspace SCSS for `.mat-mdc-chip.tag-success`, `.tag-warning`,
`.tag-error` matching the design manual's "A) Status tags" spec
(`eform-style.css:2164-2188`):
- success: bg color-mix(#2e7d32 14%, --md-surface), label #1b5e20
- warning: bg color-mix(#f9a825 20%, --md-surface), label #8d6e00
- error: bg color-mix(--md-alert 14%, --md-surface), label
var(--md-alert)
The label color is set on the nested `.mdc-evolution-chip__text-label`
+ `.mat-mdc-chip-action-label` selectors because the generic chip
block lower in the file sets `color: var(--md-on-surface)` directly on
those children — that direct rule beats a parent's `color`
inheritance regardless of !important on the parent.
Pairs with the plugin template change that flips /property-workers'
boolean status chips to these classes + translated Yes/No.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 26475cb commit 8c71864
1 file changed
Lines changed: 39 additions & 0 deletions
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
803 | 842 | | |
804 | 843 | | |
805 | 844 | | |
| |||
0 commit comments