Skip to content

Commit a38ae7b

Browse files
authored
fix(expandable-section): Add missing annotation (#4610)
1 parent 0558193 commit a38ae7b

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
## Added
4747
- Responsive variant now grows to use up the available horizontal space.
4848

49+
### [Expandable Section](https://www.lightningdesignsystem.com/components/expandable-section)
50+
#### Fixed
51+
- Added missing annotation for `.slds-section__title-action-icon`
52+
4953
### [Icons](https://www.lightningdesignsystem.com/components/icons)
5054
#### Changed
5155
- Changed `product_quantity_rules` icon's color from light blue to salem green (#04844B)

ui/components/expandable-section/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.15.0
8+
9+
### Fixed
10+
11+
- Added missing annotation for `.slds-section__title-action-icon`
12+
713
## 2.7.0
814

915
### Changed

ui/components/expandable-section/base/_index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
height: 0;
7272
}
7373

74+
/**
75+
* @summary The icon element adjacent to the title
76+
*
77+
* @selector .slds-section__title-action-icon
78+
* @restrict .slds-section__title-action
79+
*/
7480
&__title-action-icon {
7581
transform: rotate(-90deg);
7682
}

0 commit comments

Comments
 (0)