Skip to content

Commit 51e9dc3

Browse files
committed
Fix missing font awesome icon in MODX 3
Signed-off-by: matdave <[email protected]>
1 parent 83bb654 commit 51e9dc3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: assets/components/fred/mgr/css/fred.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
text-decoration: none;
55
}
66
.fred-x-grid-cell-name h3 a::after {
7-
content: "\f08e";
7+
content: "\f35d";
88
font-family: FontAwesome;
99
color: #808080;
1010
font-size: 0.8em;

Diff for: assets/components/fred/mgr/css/shim.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.fred-x-grid-cell-name h3 a::after {
2+
content: "\f08e";
3+
}
4+
15
.modx-header-breadcrumbs .breadcrumbs {
26
display: flex;
37
flex-wrap: wrap;

0 commit comments

Comments
 (0)