File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
2
2
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
3
3
4
+ ## Release 2.16.2 - September 22, 2021
5
+
6
+ ## Components
7
+ ### [ Combobox] ( https://www.lightningdesignsystem.com/components/combobox )
8
+ ## Removed
9
+ - Removed ` display: flex ` property from ` .slds-combobox__form-element ` which was added recently for ARIA 1.2 guidance.
10
+
11
+ ### [ Input] ( https://www.lightningdesignsystem.com/components/input )
12
+ ## Removed
13
+ - Removed ` width ` property from ` .slds-input_faux ` which was added recently for ARIA 1.2 guidance.
14
+
4
15
## Release 2.16.1 - August 25, 2021
5
16
6
17
## Release 2.16.0 - August 12, 2021
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.16.2
8
+
9
+ ## Removed
10
+
11
+ - Removed ` display: flex ` property from ` .slds-combobox__form-element ` which was added recently for ARIA 1.2 guidance.
12
+
7
13
## 2.16.0
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 78
78
* @restrict .slds-combobox > div
79
79
*/
80
80
.slds-combobox__form-element {
81
- display : flex ;
82
81
flex : 1 1 auto ;
83
82
}
84
83
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.16.2
8
+
9
+ ## Removed
10
+
11
+ - Removed ` width ` property from ` .slds-input_faux ` which was added recently for ARIA 1.2 guidance.
12
+
7
13
## 2.16.0
8
14
9
15
### Added
Original file line number Diff line number Diff line change 120
120
flex : 1 1 auto ;
121
121
text-align : left ;
122
122
123
- @include mq-small-min {
124
- width : rem (146px ); // estimated magic number to match input's inherent width in Chrome
125
- }
126
-
127
123
& .slds-is-disabled {
128
124
@include input-disabled ;
129
125
}
You can’t perform that action at this time.
0 commit comments