Skip to content

Commit

Permalink
- second fix of horizontal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
madoar committed May 7, 2017
1 parent 9edf66d commit ea90492
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -94,7 +94,7 @@

// default steps shouldn't change when hovered, because they aren't clickable
li.default a:hover {
.state-circle-with-background(@wz-color-current);
color: @wz-color-current;
}

li.current:after {
Expand Down Expand Up @@ -132,7 +132,7 @@

// default steps shouldn't change when hovered, because they aren't clickable
li.default a:hover {
.state-circle-with-background(@wz-color-current);
color: @wz-color-current;
}

li.current:after {
Expand Down Expand Up @@ -170,7 +170,7 @@

// default steps shouldn't change when hovered, because they aren't clickable
li.default a:hover {
.state-circle-with-border(@dot-border-width, @wz-color-current);
color: @wz-color-current;
}

li.current:after {
Expand Down Expand Up @@ -210,7 +210,7 @@

// default steps shouldn't change when hovered, because they aren't clickable
li.default a:hover {
.state-circle-with-background-and-content(@wz-color-current);
color: @wz-color-current;
}

li.current:after {
Expand Down Expand Up @@ -250,7 +250,7 @@

// default steps shouldn't change when hovered, because they aren't clickable
li.default a:hover {
.state-circle-with-border-and-content(@dot-border-width, @wz-color-current);
color: @wz-color-current;
}

li.current:after {
Expand Down

0 comments on commit ea90492

Please sign in to comment.