Skip to content

Commit

Permalink
Fix typo of expanded icon class (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: sbock <[email protected]>
  • Loading branch information
0xSbock and sbock authored Oct 11, 2023
1 parent 69821b6 commit bc5965a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sass/components/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ $icon-map: (
icon-shared: $fa-var-link,
icon-actions: $fa-var-ellipsis-h,
icon-sort-handle: $fa-var-arrows-v,
/* typo "expended" has to be kept for backwards compatibility */
icon-expended: $fa-var-chevron-down,
icon-expanded: $fa-var-chevron-down,
icon-collapsed: $fa-var-chevron-right,
icon-bookmark: $fa-var-bookmark,
icon-bookmark-off: $fa-var-bookmark-o,
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit bc5965a

Please sign in to comment.