about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/compose_form.scss
diff options
context:
space:
mode:
authorPeter Simonsson <peter@simonsson.com>2023-01-18 15:30:46 +0000
committerClaire <claire.github-309c@sitedethib.com>2023-01-18 17:48:48 +0100
commit9205b4e32f2fdeca8f3d8076f5e60542aed1665f (patch)
tree69d542d7e1e3ac4de2b9de7586c94ef30f7f5639 /app/javascript/flavours/glitch/styles/components/compose_form.scss
parentc87b1a20c750bb9166a5ede3ad9ab8d01f97913e (diff)
[Glitch] Add checkmark symbol to checkbox
Port 7e6ffa085f97dc4688e2655fe2447743ab807e44 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/compose_form.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/compose_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/compose_form.scss b/app/javascript/flavours/glitch/styles/components/compose_form.scss
index aa2d52ed0..40adf28c9 100644
--- a/app/javascript/flavours/glitch/styles/components/compose_form.scss
+++ b/app/javascript/flavours/glitch/styles/components/compose_form.scss
@@ -118,7 +118,7 @@
 
     &.active {
       border-color: $highlight-text-color;
-      background: $highlight-text-color;
+      background: $highlight-text-color url("data:image/svg+xml;utf8,<svg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.5 8.5L8 12l6-6' stroke='white' stroke-width='1.5'/></svg>") center center no-repeat;
     }
   }
 }