Skip to content

Commit 58fc0ce

Browse files
committed
fix(icon): add restrict value of slds-icon_container
1 parent 2622188 commit 58fc0ce

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

RELEASENOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Release 2.13.2 - September 23, 2020
55

6-
- Added added icons synonym metadata to SLDS dist
6+
- Added icons synonym metadata to SLDS dist
77

88
## Release 2.13.1 - September 18, 2020
99

@@ -40,6 +40,10 @@
4040
#### Fixed
4141
- Small improvements to the UI text.
4242

43+
### [Icons](https://www.lightningdesignsystem.com/components/icons)
44+
#### Added
45+
- `slds-current-color` to restricted classes.
46+
4347
### [Illustration](https://www.lightningdesignsystem.com/components/illustration)
4448
#### Fixed
4549
- Removed `Xlink` namespace. It was deprecated in the SVG 2 specification.
@@ -393,7 +397,7 @@
393397
## Components
394398
### [Button Icons](https://www.lightningdesignsystem.com/components/button-icons)
395399
#### Fixed
396-
- Sizing classes are now respected in mobile/touch context
400+
- Sizing classes are now respected in mobile/touch context
397401
#### Added
398402
- Added documentation and examples for mobile/touch context
399403

ui/components/icons/RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

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

7+
## 2.13.1
8+
9+
### Added
10+
11+
- `slds-current-color` to restricted classes.
12+
713
## 2.13.0
814

915
- Enabled styling hooks for icon. See icon's styling hooks overview table for a full listing of the currently available hooks.

ui/components/icons/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $bg-standard-map: map-merge($task2-monkey-patch, $bg-standard-map);
219219

220220
/**
221221
* @selector .slds-current-color
222-
* @restrict *
222+
* @restrict .slds-icon_container
223223
* @modifier
224224
* @group color
225225
*/

0 commit comments

Comments
 (0)