Skip to content

Commit

Permalink
Fix checkmarks not being rendered correctly anymore (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich committed Nov 24, 2024
1 parent 5fec24b commit 9b44612
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/styles/layout/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ input[type=radio] {
align-content: center;
cursor: pointer;

@extend %fa-icon;
@extend .fa-solid;

&::before {
font-family: var(--kbin-font-awesome-font-family);
content: "\f00c";
content: fa-content($fa-var-check);
transform: scale(0);
transition: 100ms transform ease-in;
}
Expand Down

0 comments on commit 9b44612

Please sign in to comment.