Browse Source

#2765 fixes bad icon utf value

pull/2755/merge
jlukic 9 years ago
parent
commit
44be32a0e7
2 changed files with 1 additions and 1 deletions
  1. 1
      RELEASE-NOTES.md
  2. 1
      src/themes/default/elements/icon.overrides

1
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

1
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"; }

Loading…
Cancel
Save