Commit 5d1416e3 by Brian Talbot

removes the 'is--unavailable' state from styling

parent a58c005a
...@@ -220,12 +220,8 @@ ...@@ -220,12 +220,8 @@
@extend %text-sr; @extend %text-sr;
} }
// STATE: step is unavailable // STATE: step is collapsed (not focused on)
&.is--unavailable { &.is--collapsed {
.step__status {
display: none;
}
.step__label { .step__label {
color: $heading-tertiary-color; color: $heading-tertiary-color;
...@@ -234,10 +230,6 @@ ...@@ -234,10 +230,6 @@
.step__counter:before { .step__counter:before {
color: $color-disabled; color: $color-disabled;
} }
}
// STATE: step is collapsed (disabled)
&.is--collapsed {
.step__status__value { .step__status__value {
background: $color-disabled; background: $color-disabled;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment