更新至V1.82.1,更新内容在笔记中查看

This commit is contained in:
小胡
2023-06-29 11:31:01 +08:00
Unverified
parent 633f3bb0e7
commit 3a721f1cb0
8 changed files with 90 additions and 65 deletions

View File

@@ -128,12 +128,6 @@
-o-transform: scale(1,1);
transform: scale(1,1);
}
.checkbox-custom input[type=radio]:focus+label::before, .checkbox-custom input[type=checkbox]:focus+label::before {
outline: thin dotted;
outline: 0.36em auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkbox-primary input[type=radio]:checked+label::before, .checkbox-primary input[type=checkbox]:checked+label::before {
background-color: #4C89FB;
border-color: #4C89FB;