diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ee26e1d971..d9103c988c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,7 +3,7 @@ ## Release 2.13.2 - September 23, 2020 -- Added added icons synonym metadata to SLDS dist +- Added icons synonym metadata to SLDS dist ## Release 2.13.1 - September 18, 2020 @@ -40,6 +40,10 @@ #### Fixed - Small improvements to the UI text. +### [Icons](https://www.lightningdesignsystem.com/components/icons) +#### Added +- `slds-current-color` to restricted classes. + ### [Illustration](https://www.lightningdesignsystem.com/components/illustration) #### Fixed - Removed `Xlink` namespace. It was deprecated in the SVG 2 specification. @@ -393,7 +397,7 @@ ## Components ### [Button Icons](https://www.lightningdesignsystem.com/components/button-icons) #### Fixed -- Sizing classes are now respected in mobile/touch context +- Sizing classes are now respected in mobile/touch context #### Added - Added documentation and examples for mobile/touch context diff --git a/ui/components/icons/RELEASENOTES.md b/ui/components/icons/RELEASENOTES.md index f7a156878e..7931d72f13 100644 --- a/ui/components/icons/RELEASENOTES.md +++ b/ui/components/icons/RELEASENOTES.md @@ -4,6 +4,12 @@ +## 2.13.1 + +### Added + +- `slds-current-color` to restricted classes. + ## 2.13.0 - Enabled styling hooks for icon. See icon's styling hooks overview table for a full listing of the currently available hooks. diff --git a/ui/components/icons/base/_index.scss b/ui/components/icons/base/_index.scss index 831b3d771b..5b9067de23 100644 --- a/ui/components/icons/base/_index.scss +++ b/ui/components/icons/base/_index.scss @@ -219,7 +219,7 @@ $bg-standard-map: map-merge($task2-monkey-patch, $bg-standard-map); /** * @selector .slds-current-color - * @restrict * + * @restrict .slds-icon_container * @modifier * @group color */