Skip to content

Commit 63d53f4

Browse files
authored
fix(icon): avoid conflictions with line icon aliases
The two-word aliases for `chart line` and `line graph` are renamed into one-word aliases `chartline` and `linegraph` respectively to avoid conflicting with the class name `line` which is used by other FUI components. Closes: #1619
1 parent ef85c3d commit 63d53f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/default/elements/icon.overrides

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ i.icon.chalkboard.teacher:before { content: "\f51c"; }
206206
i.icon.charging.station:before { content: "\f5e7"; }
207207
i.icon.chart.area:before { content: "\f1fe"; }
208208
i.icon.chart.bar:before { content: "\f080"; }
209-
i.icon.chart.line:before { content: "\f201"; }
209+
i.icon.chartline:before { content: "\f201"; }
210210
i.icon.chart.pie:before { content: "\f200"; }
211211
i.icon.check:before { content: "\f00c"; }
212212
i.icon.check.circle:before { content: "\f058"; }
@@ -1177,7 +1177,7 @@ i.icon.level.down:before { content: "\f3be"; }
11771177
i.icon.level.up:before { content: "\f3bf"; }
11781178
i.icon.lightning:before { content: "\f0e7"; }
11791179
i.icon.like:before { content: "\f004"; }
1180-
i.icon.line.graph:before { content: "\f201"; }
1180+
i.icon.linegraph:before { content: "\f201"; }
11811181
i.icon.linkify:before { content: "\f0c1"; }
11821182
i.icon.lira:before { content: "\f195"; }
11831183
i.icon.list.layout:before { content: "\f00b"; }

0 commit comments

Comments
 (0)