Skip to content

Commit

Permalink
111373: Fixed Font Awesome CSS Pseudo-elements for v6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Jan 30, 2024
1 parent 404ccd9 commit 01f97a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ form {
&:before {
pointer-events: none; // prevent the icon from ‘catching‘ the click
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
font: var(--fa-font-solid);
content: "\f0d7";
top: 7px;
top: 10px;
right: 0;
height: 20px;
width: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ form {
&:before {
pointer-events: none; // prevent the icon from ‘catching‘ the click
position: absolute;
font-weight: 900;
font-family: "Font Awesome 5 Free";
font: var(--fa-font-solid);
content: "\f0d7";
top: 7px;
top: 10px;
right: 0;
height: 20px;
width: 20px;
Expand Down

0 comments on commit 01f97a6

Please sign in to comment.