Browse Source

fix: navigation Steps hover color

pull/18697/head
愚道 5 years ago
committed by 偏右
parent
commit
61ad79dde5
  1. 2
      components/steps/style/index.less

2
components/steps/style/index.less

@ -148,7 +148,7 @@
} }
// ===================== Clickable ===================== // ===================== Clickable =====================
.@{steps-prefix-cls}:not(.@{steps-prefix-cls}-navigation) .@{steps-prefix-cls}-item { .@{steps-prefix-cls} .@{steps-prefix-cls}-item {
&:not(.@{steps-prefix-cls}-item-active) { &:not(.@{steps-prefix-cls}-item-active) {
& > .@{steps-prefix-cls}-item-container[role='button'] { & > .@{steps-prefix-cls}-item-container[role='button'] {
cursor: pointer; cursor: pointer;

Loading…
Cancel
Save