Skip to content

Commit

Permalink
Merge pull request DSpace#2782 from alexandrevryghem/fix-font-awesome…
Browse files Browse the repository at this point in the history
…-5-icons_contribute-7.6

Fixed Font Awesome CSS Pseudo-elements not rendering in v6.x
  • Loading branch information
tdonohue authored Apr 10, 2024
2 parents a3894a1 + 01f97a6 commit 39d2a75
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 39d2a75

Please sign in to comment.