Skip to content

Commit bc5965a

Browse files
0xSbocksbock
and
sbock
authored
Fix typo of expanded icon class (#266)
Co-authored-by: sbock <sebastian.bockholt@bevuta.com>
1 parent 69821b6 commit bc5965a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sass/components/_icons.scss

+2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ $icon-map: (
9494
icon-shared: $fa-var-link,
9595
icon-actions: $fa-var-ellipsis-h,
9696
icon-sort-handle: $fa-var-arrows-v,
97+
/* typo "expended" has to be kept for backwards compatibility */
9798
icon-expended: $fa-var-chevron-down,
99+
icon-expanded: $fa-var-chevron-down,
98100
icon-collapsed: $fa-var-chevron-right,
99101
icon-bookmark: $fa-var-bookmark,
100102
icon-bookmark-off: $fa-var-bookmark-o,

stylesheets/application.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)