Skip to content

Commit

Permalink
fix(progress-indicator): make unclickable step look non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh committed Apr 10, 2020
1 parent 57fc2e2 commit 7f58be1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,17 @@

//unclickable button
.#{$prefix}--progress-step-button--unclickable {
cursor: default;
outline: none;
}

.#{$prefix}--progress-step-button--unclickable
.#{$prefix}--progress-label:hover {
color: $text-01;
cursor: default;
box-shadow: none;
}

//DISABLED STYLING
.#{$prefix}--progress-step--disabled {
cursor: not-allowed;
Expand Down

0 comments on commit 7f58be1

Please sign in to comment.