Skip to content

Commit e14088a

Browse files
authored
add box-sizing: content-box Accordion chevron (#7456)
1 parent e94e364 commit e14088a

File tree

1 file changed

+1
-2
lines changed
  • packages/@adobe/spectrum-css-temp/components/accordion

1 file changed

+1
-2
lines changed

packages/@adobe/spectrum-css-temp/components/accordion/index.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ governing permissions and limitations under the License.
3838
padding-inline-end: var(--spectrum-accordion-icon-gap);
3939

4040
transition: transform ease var(--spectrum-global-animation-duration-100);
41+
box-sizing: content-box;
4142
}
4243

4344
.spectrum-Accordion-item {
@@ -122,8 +123,6 @@ governing permissions and limitations under the License.
122123
> .spectrum-Accordion-itemHeading {
123124
> .spectrum-Accordion-itemHeader {
124125
> .spectrum-Accordion-itemIndicator {
125-
box-sizing: content-box;
126-
127126
[dir='ltr'] & {
128127
transform: rotate(90deg);
129128
}

0 commit comments

Comments
 (0)