forked from AkkomaGang/akkoma-fe
fixed checkbox using emoji instead of dingbat
This commit is contained in:
parent
7d5d3e4d7b
commit
a754e89eed
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: block;
|
display: block;
|
||||||
content: '✔';
|
content: '✓';
|
||||||
transition: color 200ms;
|
transition: color 200ms;
|
||||||
width: 1.1em;
|
width: 1.1em;
|
||||||
height: 1.1em;
|
height: 1.1em;
|
||||||
|
|
Loading…
Reference in a new issue