111373: Fixed Font Awesome CSS Pseudo-elements for v6.x

(cherry picked from commit 01f97a623f)
This commit is contained in:
Alexandre Vryghem
2024-01-30 11:08:59 +01:00
committed by github-actions[bot]
parent de1a240140
commit e2c2174bf7
2 changed files with 4 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;