From 9ef4388bd090874d3ecac4a1a5c5af181531ff90 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 23 Feb 2018 16:57:41 -0800 Subject: [PATCH] Fixes #6125 --- RELEASE-NOTES.md | 4 ++++ src/definitions/elements/icon.less | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b7681eb2a..f16cdafcc 100755 --- a/RELEASE-NOTES.md +++ b/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 diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index 79b4a4ee5..88b870d3d 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -114,7 +114,7 @@ i.disabled.icon { i.fitted.icon { width: auto; - margin: 0em; + margin: 0em !important; } /*-------------------