We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94e364 commit e14088aCopy full SHA for e14088a
packages/@adobe/spectrum-css-temp/components/accordion/index.css
@@ -38,6 +38,7 @@ governing permissions and limitations under the License.
38
padding-inline-end: var(--spectrum-accordion-icon-gap);
39
40
transition: transform ease var(--spectrum-global-animation-duration-100);
41
+ box-sizing: content-box;
42
}
43
44
.spectrum-Accordion-item {
@@ -122,8 +123,6 @@ governing permissions and limitations under the License.
122
123
> .spectrum-Accordion-itemHeading {
124
> .spectrum-Accordion-itemHeader {
125
> .spectrum-Accordion-itemIndicator {
- box-sizing: content-box;
126
-
127
[dir='ltr'] & {
128
transform: rotate(90deg);
129
0 commit comments