Skip to content

Commit

Permalink
Cascader: fix initial value not displaying when disabled (ElemeFE#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored and baiyaaaaa committed Mar 7, 2017
1 parent d0ce16a commit e8ad101
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/theme-default/src/cascader.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
line-height: calc(var(--input-small-height) - 2);
}
}
@when disabled {
.el-cascader__label {
z-index: calc(var(--index-normal) + 1);
color: var(--disabled-color-base);
}
}
}

@b cascader-menus {
Expand Down

0 comments on commit e8ad101

Please sign in to comment.