fix radio having checkmark instead of dot
This commit is contained in:
parent
400829fdde
commit
225352e090
1 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,10 @@ export default {
|
||||||
&::before {
|
&::before {
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: "•";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue