From ea90492be4f90bf7644bbb11073ab7352fd60789 Mon Sep 17 00:00:00 2001 From: Marc Arndt Date: Sun, 7 May 2017 15:56:59 +0200 Subject: [PATCH] - second fix of horizontal layout --- .../wizard-navigation-bar.component.horizontal.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/components/wizard-navigation-bar.component.horizontal.less b/src/components/components/wizard-navigation-bar.component.horizontal.less index 28aff89d..72817587 100644 --- a/src/components/components/wizard-navigation-bar.component.horizontal.less +++ b/src/components/components/wizard-navigation-bar.component.horizontal.less @@ -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 { @@ -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 { @@ -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 { @@ -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 { @@ -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 {