Browse Source

Fixes #2552 issue with last step

pull/2596/head
jlukic 9 years ago
parent
commit
f8645a6131
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/elements/step.less

4
src/definitions/elements/step.less

@ -64,7 +64,7 @@
margin-right: 0em; margin-right: 0em;
} }
.ui.steps .step:last-child:after { .ui.steps .step:last-child:after {
display: @lastArrowDisplay;
display: @lastArrowDisplay !important;
} }
/******************************* /*******************************
@ -241,7 +241,7 @@
display: @verticalActiveArrowDisplay; display: @verticalActiveArrowDisplay;
} }
.ui.vertical.steps .step:last-child:after { .ui.vertical.steps .step:last-child:after {
display: @verticalLastArrowDisplay;
display: @verticalLastArrowDisplay !important;
} }

Loading…
Cancel
Save