Skip to content

Commit ecfbf02

Browse files
committed
fix: fix radio style
1 parent 24e4534 commit ecfbf02

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/checkbox/checkbox.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
color: transparent;
1010
}
1111

12-
.weui-check[checked]+.weui-icon-checked {
13-
color: var(--weui-BRAND);
14-
-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
15-
mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
16-
}
17-
1812
.weui-cell_radio .weui-check + .weui-icon-checked {
1913
&.weui-icon-is-checked {
2014
/* skyline 不支持 attribute selector */

0 commit comments

Comments
 (0)