Skip to content

Commit

Permalink
fix(accordion-item): remove --calcite-accordion-item-header-content-s…
Browse files Browse the repository at this point in the history
…pace
  • Loading branch information
alisonailea committed Nov 14, 2024
1 parent 0223aed commit 8d21cfe
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @prop --calcite-accordion-border-color: [Deprecated] Use `--calcite-accordion-item-border-color`. Specifies the component's border color.
* @prop --calcite-accordion-item-background-color: Specifies the component's background color.
* @prop --calcite-accordion-item-border-color: Specifies the component's border color.
* @prop --calcite-accordion-item-header-content-space: Specifies the component's `heading` padding.
* @prop --calcite-accordion-item-content-space: Specifies the component's padding.
* @prop --calcite-accordion-item-end-icon-color: Specifies the component's `iconEnd` color. Fallback to `--calcite-accordion-item-icon-color` or current color.
* @prop --calcite-accordion-item-expand-icon-color: Specifies the component's expand icon color.
Expand Down Expand Up @@ -76,16 +75,7 @@
);
}

.header-content {
padding: var(
--calcite-accordion-item-header-content-space,
var(
--calcite-internal-accordion-item-padding,
var(--calcite-internal-accordion-item-spacing-unit, theme("spacing.2") 0.75rem)
)
);
}

.header-content,
.content {
padding: var(
--calcite-accordion-item-content-space,
Expand Down

0 comments on commit 8d21cfe

Please sign in to comment.