Skip to content

Commit

Permalink
fix: progress step carbonPrefix (#974)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Chase <lee.chase@uk.ibm.com>
  • Loading branch information
lee-chase and lee-chase authored Jul 30, 2020
1 parent e861cfa commit 7ede1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/cv-progress/cv-progress-step.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
`cv-progress-step ${carbonPrefix}--progress-step`,
`${carbonPrefix}--progress-step--${stateString}`,
{
[' ${carbonPrefix}--progress-step--disabled']: disabled,
[' ${carbonPrefix}--progress-step--invalid']: invalid,
[`${carbonPrefix}--progress-step--disabled`]: disabled,
[`${carbonPrefix}--progress-step--invalid`]: invalid,
},
]"
:aria-disabled="disabled"
Expand Down

0 comments on commit 7ede1a9

Please sign in to comment.