logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 3ca729d09880813420a263221cdc68bcca13a1fb
parent 069a4b0801b074b323359db1a7e55a9f0035480c
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sun, 11 Oct 2020 18:00:13 +0000

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

fix/leftover-emoji-checkboxes-in-settings

See merge request pleroma/pleroma-fe!1248

Diffstat:

Msrc/App.scss2+-
Msrc/components/moderation_tools/moderation_tools.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -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; diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue @@ -178,7 +178,7 @@ box-shadow: var(--inputShadow); &.menu-checkbox-checked::after { - content: '✔'; + content: '✓'; } }