Skip to content

Commit

Permalink
refactor(stepper): remove variável não utilizada
Browse files Browse the repository at this point in the history
Remove variável de cor não utilizada

- `color-stepper-circle-error`.

Fixes DTHFUI-7810

BREAKING CHANGE: remove variável de customização de cor

Remove variável para compatibilidade com @animaliads/stepper e melhoria de acessibilidade, não sendo mais possível a customização.

- `color-stepper-circle-error: cor aplicada ao step e à label quando ocorre um erro.
  • Loading branch information
ana.espejo authored and anabye committed Sep 9, 2024
1 parent 2db52a7 commit f79028d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/themes/po-theme-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,6 @@ po-select {
--color-stepper-circle-active: var(--color-brand-02-base);
--color-stepper-circle-default: var(--color-brand-02-base);
--color-stepper-circle-disabled: var(--color-neutral-light-30);
--color-stepper-circle-error: var(--color-feedback-negative-base);
}

/*------------------------------------*\
Expand Down

0 comments on commit f79028d

Please sign in to comment.