Commit f657da4 1 parent 05ae6de commit f657da4 Copy full SHA for f657da4
File tree 2 files changed +4
-4
lines changed
apps/pie-storybook/stories
packages/components/pie-select/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ const selectStoryMeta: SelectStoryMeta = {
49
49
} ,
50
50
} ,
51
51
assistiveText : {
52
- description : 'An optional assistive text to display below the textarea element. Must be provided when the status is success or error.' ,
52
+ description : 'An optional assistive text to display below the select element. Must be provided when the status is success or error.' ,
53
53
control : 'text' ,
54
54
defaultValue : {
55
55
summary : '' ,
56
56
} ,
57
57
} ,
58
58
status : {
59
- description : 'The status of the textarea component / assistive text. Can be default or error.' ,
59
+ description : 'The status of the select component / assistive text. Can be default or error.' ,
60
60
control : 'select' ,
61
61
options : statusTypes ,
62
62
defaultValue : {
Original file line number Diff line number Diff line change 55
55
--select-padding-inline-start : calc (var (--dt-spacing-h ) - var (--dt-spacing-a ));
56
56
}
57
57
58
- .c-select-trailing-icon ,
59
- :: slotted ( [slot= " leadingIcon " ] ) {
58
+ :: slotted ( [slot= " leadingIcon " ] ) ,
59
+ .c - select - trailing - icon {
60
60
position : absolute ;
61
61
top : 50% ;
62
62
transform : translateY (-50% );
You can’t perform that action at this time.
0 commit comments