Skip to content

Commit

Permalink
style: 更正表单cell的点击态场景
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Sep 17, 2019
1 parent ba4e192 commit eafb43e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
8 changes: 4 additions & 4 deletions dist/style/weui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style/weui.min.css

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions src/style/widget/weui-cell/weui-cell_global.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,6 @@ z-index:
display: none;
}
}
&:not(.weui-cell_readonly){
&:not(.weui-cell_disabled){
&:not(.weui-cell_vcode){
&:not(.weui-cell_switch){
&:active{
background-color:#ECECEC;
}
}
}
}
}
}
.weui-cell_primary{
align-items: flex-start;
Expand Down
13 changes: 13 additions & 0 deletions src/style/widget/weui-cell/weui-form/weui-form_common.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@
background-color: @weuiColorWarn;
}
.weui-cells_form {
.weui-cell{
&:not(.weui-cell_readonly){
&:not(.weui-cell_disabled){
&:not(.weui-cell_vcode){
&:not(.weui-cell_switch){
&:active{
background-color:#ECECEC;
}
}
}
}
}
}
.weui-cell__bd{
display:flex;
}
Expand Down

0 comments on commit eafb43e

Please sign in to comment.