CSR-419: more tweaks to make safari match chrome for checkmark
This commit is contained in:
parent
e6473e51ab
commit
ff7c1cf815
1 changed files with 2 additions and 2 deletions
|
|
@ -313,8 +313,8 @@ export default {
|
|||
|
||||
&:checked + label::after {
|
||||
content: "";
|
||||
margin: -0.25rem 0 0 0;
|
||||
left: 1.15rem;
|
||||
margin: -0.15rem 0 0 0;
|
||||
left: 1.175rem;
|
||||
}
|
||||
|
||||
&:checked + label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue