From 44be32a0e728271c26f68c906e9e24f48ff5c298 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 10 Aug 2015 17:02:44 -0400 Subject: [PATCH] #2765 fixes bad icon utf value --- RELEASE-NOTES.md | 1 + src/themes/default/elements/icon.overrides | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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"; }