Skip to content

Commit

Permalink
fix(icon): add restrict value of slds-icon_container
Browse files Browse the repository at this point in the history
  • Loading branch information
ambreeen committed Sep 24, 2020
1 parent 2622188 commit 58fc0ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions ui/components/icons/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

<!-- ## [Unreleased] -->

## 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.
Expand Down
2 changes: 1 addition & 1 deletion ui/components/icons/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 58fc0ce

Please sign in to comment.