Skip to content

Commit

Permalink
fix(icon): avoid conflictions with line icon aliases
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ko2in authored Aug 10, 2020
1 parent ef85c3d commit 63d53f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/default/elements/icon.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ i.icon.chalkboard.teacher:before { content: "\f51c"; }
i.icon.charging.station:before { content: "\f5e7"; }
i.icon.chart.area:before { content: "\f1fe"; }
i.icon.chart.bar:before { content: "\f080"; }
i.icon.chart.line:before { content: "\f201"; }
i.icon.chartline:before { content: "\f201"; }
i.icon.chart.pie:before { content: "\f200"; }
i.icon.check:before { content: "\f00c"; }
i.icon.check.circle:before { content: "\f058"; }
Expand Down Expand Up @@ -1177,7 +1177,7 @@ i.icon.level.down:before { content: "\f3be"; }
i.icon.level.up:before { content: "\f3bf"; }
i.icon.lightning:before { content: "\f0e7"; }
i.icon.like:before { content: "\f004"; }
i.icon.line.graph:before { content: "\f201"; }
i.icon.linegraph:before { content: "\f201"; }
i.icon.linkify:before { content: "\f0c1"; }
i.icon.lira:before { content: "\f195"; }
i.icon.list.layout:before { content: "\f00b"; }
Expand Down

0 comments on commit 63d53f4

Please sign in to comment.