Skip to content

Commit 0549e3e

Browse files
author
黄书伟
committed
checkbox默认边框颜色加深,与禁止选中的边框颜色区分
1 parent b7e61f9 commit 0549e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/themes-base/v-checkbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
display: block;
5454
width: 14px;
5555
height: 14px;
56-
border: 1px solid #d9d9d9;
56+
border: 1px solid #abbacc;
5757
border-radius: 2px;
5858
background-color: #fff;
5959
-webkit-transition: all .3s;

0 commit comments

Comments
 (0)