forked from AkkomaGang/akkoma-fe
Merge branch 'develop' into 'develop'
fixed checkbox using emoji instead of dingbat See merge request pleroma/pleroma-fe!1180
This commit is contained in:
commit
0c5e4f89e3
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