Skip to content

Commit

Permalink
Minor fix of styles formatting (vert.)
Browse files Browse the repository at this point in the history
  • Loading branch information
earshinov committed Mar 17, 2019
1 parent bc3b71f commit 7a992dc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/lib/components/wizard-navigation-bar.component.vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
transition: 0.25s;
border-radius: 100%;
}

.state-circle-hover(@dot-width, @dot-height, @dot-border-width) { }

.state-circle-with-border(@color) {
Expand Down Expand Up @@ -140,16 +139,18 @@
&.navigable.optional a:hover .step-indicator {
.state-hover(@wz-color-optional);
}
&.navigable.done a:hover .step-indicator,
&.navigable.completed a:hover .step-indicator {
.state-hover(@wz-color-done);
&.navigable.done, &.navigable.completed {
a:hover .step-indicator {
.state-hover(@wz-color-done);
}
}
&.navigable.current a:hover .step-indicator {
.state-hover(@wz-color-current);
}
&.navigable.current.done a:hover .step-indicator,
&.navigable.current.completed a:hover .step-indicator {
.state-hover(@wz-color-editing);
&.navigable.current.done, &.navigable.current.completed {
a:hover .step-indicator {
.state-hover(@wz-color-editing);
}
}
}
}
Expand Down

0 comments on commit 7a992dc

Please # to comment.