diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ad65e9676..1bf322154 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,6 +9,7 @@ - **Label** - Added `basic` label variation, useful for item counts - **Button** - Added `labeled button` variation for display a count next to a button. - **Divider** - Vertical divider can now be used multiple times in a single column row (not just 50/50 split). #2808 +- **Icon** - Fixed typo in cube icon alias caused by bad grep #2765 **Additional Enhancements** - **Menu** - `text menu` now uses padding for hitboxes to make target area for links larger diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index bcb938336..c73c1d058 100644 --- a/src/themes/default/elements/icon.overrides +++ b/src/themes/default/elements/icon.overrides @@ -733,7 +733,6 @@ i.icon.dot.circle.outline:before { content: "\f192"; } i.icon.sliders:before { content: "\f1de"; } i.icon.wi-fi:before { content: "\f1eb"; } i.icon.graduation:before { content: "\f19d"; } -i.icon.\33d:before { content: "\f1b2"; } i.icon.weixin:before { content: "\f1d7"; } i.icon.binoculars:before { content: "\f1e5"; } i.icon.gratipay:before { content: "\f184"; }