Browse Source

Fix alias for disk outline icon #6556

gulp4
Jack 6 years ago
parent
commit
39a4348d54
2 changed files with 2 additions and 1 deletions
  1. 1
      RELEASE-NOTES.md
  2. 2
      src/themes/default/elements/icon.overrides

1
RELEASE-NOTES.md

@ -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

2
src/themes/default/elements/icon.overrides

@ -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;

Loading…
Cancel
Save