style: 更正表单cell的点击态场景

This commit is contained in:
xushengni
2019-09-17 15:55:04 +08:00
parent ba4e1924d6
commit eafb43e24c
4 changed files with 18 additions and 16 deletions

8
dist/style/weui.css vendored
View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -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;

View File

@@ -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;
}