Merge branch 'fix/leftover-emoji-checkboxes-in-settings' into 'develop'

fix/leftover-emoji-checkboxes-in-settings

See merge request pleroma/pleroma-fe!1248
This commit is contained in:
HJ 2020-10-11 18:00:13 +00:00
commit 3ca729d098
2 changed files with 2 additions and 2 deletions

View file

@ -279,7 +279,7 @@ input, textarea, .select, .input {
+ label::before {
flex-shrink: 0;
display: inline-block;
content: '';
content: '';
transition: color 200ms;
width: 1.1em;
height: 1.1em;

View file

@ -178,7 +178,7 @@
box-shadow: var(--inputShadow);
&.menu-checkbox-checked::after {
content: '';
content: '';
}
}