diff options
author | Peter Simonsson <peter@simonsson.com> | 2023-01-18 15:30:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 16:30:46 +0100 |
commit | 7e6ffa085f97dc4688e2655fe2447743ab807e44 (patch) | |
tree | d45e9f43d7680a06b91596566a43d9d325d0c76a /app | |
parent | 1b2ef60cec381e69384c208589c3dcf0ca2661db (diff) |
Add checkmark symbol to checkbox (#22795)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index ff368faaa..6a2fe4c0b 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -423,7 +423,7 @@ body > [data-popper-placement] { &.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; } } } |