mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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 {
|
&:before {
|
||||||
pointer-events: none; // prevent the icon from ‘catching‘ the click
|
pointer-events: none; // prevent the icon from ‘catching‘ the click
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-weight: 900;
|
font: var(--fa-font-solid);
|
||||||
font-family: "Font Awesome 5 Free";
|
|
||||||
content: "\f0d7";
|
content: "\f0d7";
|
||||||
top: 7px;
|
top: 10px;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@@ -2,10 +2,9 @@ form {
|
|||||||
&:before {
|
&:before {
|
||||||
pointer-events: none; // prevent the icon from ‘catching‘ the click
|
pointer-events: none; // prevent the icon from ‘catching‘ the click
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-weight: 900;
|
font: var(--fa-font-solid);
|
||||||
font-family: "Font Awesome 5 Free";
|
|
||||||
content: "\f0d7";
|
content: "\f0d7";
|
||||||
top: 7px;
|
top: 10px;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
Reference in New Issue
Block a user