Skip to content

Commit

Permalink
Fix missing font awesome icon in MODX 3
Browse files Browse the repository at this point in the history
Signed-off-by: matdave <[email protected]>
  • Loading branch information
matdave committed Oct 23, 2024
1 parent 83bb654 commit 51e9dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/fred/mgr/css/fred.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
text-decoration: none;
}
.fred-x-grid-cell-name h3 a::after {
content: "\f08e";
content: "\f35d";
font-family: FontAwesome;
color: #808080;
font-size: 0.8em;
Expand Down
4 changes: 4 additions & 0 deletions assets/components/fred/mgr/css/shim.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.fred-x-grid-cell-name h3 a::after {
content: "\f08e";
}

.modx-header-breadcrumbs .breadcrumbs {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 51e9dc3

Please sign in to comment.