Skip to content

Commit

Permalink
Shared style for position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Barber committed Dec 9, 2021
1 parent e62ff96 commit 99a47c7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export const accordionItemStyles: (
align-items: center;
justify-content: center;
grid-column: 4;
position: relative;
pointer-events: none;
background: ${neutralFillStealthRestOnNeutralFillLayerRest};
border-radius: calc(${controlCornerRadius} * 1px);
Expand Down Expand Up @@ -171,14 +170,18 @@ export const accordionItemStyles: (
padding-inline-start: calc(${designUnit} * 2 * 1px);
justify-content: center;
grid-column: 1;
position: relative;
}
.end {
display: flex;
align-items: center;
justify-content: center;
grid-column: 3;
}
.icon,
.start,
.end {
position: relative;
}
`.withBehaviors(
Expand Down

0 comments on commit 99a47c7

Please sign in to comment.