File tree Expand file tree Collapse file tree
packages/web-components/src/accordion/accordion-item Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ export const accordionItemStyles: (
131131 align-items : center;
132132 justify-content : center;
133133 grid-column : 4 ;
134- position : relative;
135134 pointer-events : none;
136135 background : ${ neutralFillStealthRestOnNeutralFillLayerRest } ;
137136 border-radius : calc (${ controlCornerRadius } * 1px );
@@ -171,14 +170,18 @@ export const accordionItemStyles: (
171170 padding-inline-start : calc (${ designUnit } * 2 * 1px );
172171 justify-content : center;
173172 grid-column : 1 ;
174- position : relative;
175173 }
176174
177175 .end {
178176 display : flex;
179177 align-items : center;
180178 justify-content : center;
181179 grid-column : 3 ;
180+ }
181+
182+ .icon ,
183+ .start ,
184+ .end {
182185 position : relative;
183186 }
184187 ` . withBehaviors (
You can’t perform that action at this time.
0 commit comments