Browse Source

transition in steps

pull/39/head
afc163 10 years ago
parent
commit
be820a90a8
  1. 5
      style/components/steps.less

5
style/components/steps.less

@ -123,8 +123,8 @@
border-radius: 26px;
font-size: 14px;
margin-right: 8px;
.transition(background-color 0.1s ease);
.transition(border-color 0.1s ease);
.transition(background-color 0.3s ease);
.transition(border-color 0.3s ease);
> .@{stepsPrefixClass}-icon {
line-height: 1;
@ -170,6 +170,7 @@
height: 2px;
border-radius: 1px;
width: 100%;
.transition(background 0.3s ease);
}
}

Loading…
Cancel
Save