Skip to content

Commit

Permalink
Fix alias for disk outline icon #6556
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 17, 2018
1 parent 8a1ad49 commit 39a4348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For example when `attachable: false` is used with a modal, or if IE11/Edge is us
- **Modal** - Fixes `@mobileTopAlignedMargin` theming variable was not implemented
- **List** - Fixed issue where `content` would not take up 100% width when used alongside `img` or `icon`
- **Dropdown** - `inline dropdown` `close icon` default right margin default spacing slightly modified.
- **Icon** - Fixes missing `disk outline icon` alias #6556

### Version 2.3.3 - June 18, 2018

Expand Down
2 changes: 1 addition & 1 deletion src/themes/default/elements/icon.overrides
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1350,9 +1350,9 @@ i.icon.youtube.play:before { content: "\f167"; }
i.icon.window.maximize.outline:before { content: "\f2d0"; }
i.icon.window.minimize.outline:before { content: "\f2d1"; }
i.icon.window.restore.outline:before { content: "\f2d2"; }
i.icon.disk.outline:before { content: "\f369"; }

/* Outline Aliases */
i.icon.disk.outline:before { content: "\f0A0"; }
i.icon.heart.empty,
i.icon.star.empty {
font-family: @outlineFontName;
Expand Down

0 comments on commit 39a4348

Please sign in to comment.