Skip to content

Commit 3f5ca5a

Browse files
committed
#6192 few missing aliases for outline #6232
1 parent c699610 commit 3f5ca5a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/themes/default/elements/icon.overrides

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ i.icon.clock:before { content: "\f017"; }
214214
i.icon.clone:before { content: "\f24d"; }
215215
i.icon.closed.captioning:before { content: "\f20a"; }
216216
i.icon.cloud:before { content: "\f0c2"; }
217-
i.icon.cloud.download.alternate:before { content: "\f381"; }
218-
i.icon.cloud.upload.alternate:before { content: "\f382"; }
219217
i.icon.cloudscale:before { content: "\f383"; }
220218
i.icon.cloudsmith:before { content: "\f384"; }
221219
i.icon.cloudversify:before { content: "\f385"; }
@@ -1180,7 +1178,6 @@ i.icon.external.square:before { content: "\f360"; }
11801178
i.icon.external:before { content: "\f35d"; }
11811179
i.icon.facebook.official:before { content: "\f082"; }
11821180
i.icon.food:before { content: "\f2e7"; }
1183-
i.icon.heart.empty:before { content: "\f004"; }
11841181
i.icon.hourglass.zero:before { content: "\f253"; }
11851182
i.icon.level.down:before { content: "\f3be"; }
11861183
i.icon.level.up:before { content: "\f3bf"; }
@@ -1197,7 +1194,6 @@ i.icon.resize.vertical:before { content: "\f338"; }
11971194
i.icon.sign.in:before { content: "\f2f6"; }
11981195
i.icon.sign.out:before { content: "\f2f5"; }
11991196
i.icon.spoon:before { content: "\f2e5"; }
1200-
i.icon.star.empty:before { content: "\f089"; }
12011197
i.icon.star.half.empty:before { content: "\f089"; }
12021198
i.icon.star.half.full:before { content: "\f089"; }
12031199
i.icon.ticket:before { content: "\f3ff"; }
@@ -1345,6 +1341,15 @@ i.icon.youtube.play:before { content: "\f167"; }
13451341
i.icon.window.minimize.outline:before { content: "\f2d1"; }
13461342
i.icon.window.restore.outline:before { content: "\f2d2"; }
13471343
i.icon.disk.outline:before { content: "\f369"; }
1344+
1345+
/* Outline Aliases */
1346+
i.icon.heart.empty,
1347+
i.icon.star.empty {
1348+
font-family: @outlineFontName;
1349+
}
1350+
i.icon.heart.empty:before { content: "\f004"; }
1351+
i.icon.star.empty:before { content: "\f089"; }
1352+
13481353
}
13491354
.loadOutlineIcons();
13501355

0 commit comments

Comments
 (0)