Browse Source

Fixes #6125

pull/6216/head
Jack 7 years ago
parent
commit
9ef4388bd0
2 changed files with 5 additions and 1 deletions
  1. 4
      RELEASE-NOTES.md
  2. 2
      src/definitions/elements/icon.less

4
RELEASE-NOTES.md

@ -4,6 +4,10 @@
**Bugs**
- **Icons** - Fixes some icons that were incorrectly named. **Thanks hammy2899** [#6181](https://github.com/Semantic-Org/Semantic-UI/pull/6181) [#6180](https://github.com/Semantic-Org/Semantic-UI/pull/6180) [#6176](https://github.com/Semantic-Org/Semantic-UI/pull/6176) [#6175](https://github.com/Semantic-Org/Semantic-UI/pull/6175)
- **Icons** - Increased specifity on `fitted icon` to fix compatibility with other components [#6125](https://github.com/Semantic-Org/Semantic-UI/issues/6125)
**Docs**
- Fixes CDN links in docs **Thanks @KSH-code**
### Version 2.3.0 - Feb 20, 2018

2
src/definitions/elements/icon.less

@ -114,7 +114,7 @@ i.disabled.icon {
i.fitted.icon {
width: auto;
margin: 0em;
margin: 0em !important;
}
/*-------------------

Loading…
Cancel
Save