Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot authored and joshblack committed Apr 16, 2020
1 parent c3ff370 commit f472303
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -21582,9 +21582,24 @@ Progress indicator styles

//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;
}

.#{$prefix}--progress-step-button--unclickable
.#{$prefix}--tooltip__label:hover {
color: $link-01;
cursor: pointer;
box-shadow: 0 rem(1px) $link-01;
}

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

0 comments on commit f472303

Please sign in to comment.