Skip to content
Snippets Groups Projects
Unverified Commit 7e6ffa08 authored by Peter Simonsson's avatar Peter Simonsson Committed by GitHub
Browse files

Add checkmark symbol to checkbox (#22795)

parent 1b2ef60c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment