Skip to content

Commit

Permalink
style: adding no allowed cursor to disabled step
Browse files Browse the repository at this point in the history
  • Loading branch information
larissa-kamily-brisa committed Dec 2, 2024
1 parent fbee5f3 commit 07d31cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/ion/src/lib/step/step.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
&.disabled,
&.disabled.selected {
color: ion-theme(step-label-text-disabled-color);
cursor: not-allowed;
}
}

Expand Down Expand Up @@ -171,6 +172,7 @@
step-status-disabled-text-color
);
@include setIconColorStatus(step-status-disabled-check-icon-color);
cursor: not-allowed;
}
.step-draw {
.line,
Expand Down

0 comments on commit 07d31cc

Please sign in to comment.