Skip to content

Commit

Permalink
Fix #117 fa icons not displaying on Moodle 4.x
Browse files Browse the repository at this point in the history
Removing this line solved the problem.
  • Loading branch information
namiarj authored and danmarsden committed Sep 25, 2023
1 parent edab035 commit 9ddb158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,6 @@ body.path-mod-dialogue #region-main .fa {
font-family: FontAwesome;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
}
Expand Down Expand Up @@ -1722,4 +1721,4 @@ body.path-mod-dialogue.jsenabled .conversation-list tr:hover,
body.path-mod-dialogue.jsenabled .draft-list tr:hover,
body.path-mod-dialogue.jsenabled .bulkopenrule-list tr:hover {
cursor: pointer;
}
}

0 comments on commit 9ddb158

Please sign in to comment.