File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
ui/components/expandable-section Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 46
46
## Added
47
47
- Responsive variant now grows to use up the available horizontal space.
48
48
49
+ ### [ Expandable Section] ( https://www.lightningdesignsystem.com/components/expandable-section )
50
+ #### Fixed
51
+ - Added missing annotation for ` .slds-section__title-action-icon `
52
+
49
53
### [ Icons] ( https://www.lightningdesignsystem.com/components/icons )
50
54
#### Changed
51
55
- Changed ` product_quantity_rules ` icon's color from light blue to salem green (#04844B)
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.15.0
8
+
9
+ ### Fixed
10
+
11
+ - Added missing annotation for ` .slds-section__title-action-icon `
12
+
7
13
## 2.7.0
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 71
71
height : 0 ;
72
72
}
73
73
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
+ */
74
80
& __title-action-icon {
75
81
transform : rotate (-90deg );
76
82
}
You can’t perform that action at this time.
0 commit comments