diff options
| author | Dym Sohin <re@dym.sh> | 2020-10-11 02:03:45 +0200 |
|---|---|---|
| committer | Dym Sohin <re@dym.sh> | 2020-10-11 02:03:45 +0200 |
| commit | e5bd1c20b0c5e16546884e32d6886a265555dbb6 (patch) | |
| tree | 370fff315a4b779dce12051b66a5e40e6efea8ea /src | |
| parent | 069a4b0801b074b323359db1a7e55a9f0035480c (diff) | |
fix/leftover-emoji-checkboxes-in-settings
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 | ||||
| -rw-r--r-- | src/components/moderation_tools/moderation_tools.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 88e5df86..e1e1bdd0 100644 --- 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 index b2d5acc5..60fa6ceb 100644 --- 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: '✓'; } } |
