mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
111373: Fixed Font Awesome CSS Pseudo-elements for v6.x
(cherry picked from commit 01f97a623f
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
de1a240140
commit
e2c2174bf7
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user