Skip to content

Commit

Permalink
fix(ds-theme): accordion has no border color (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
efx-grid authored Dec 17, 2024
1 parent cdabc2d commit 57be338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ds-theme/src/custom-elements/ef-accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
border-radius: @comp-accordion-container-radius-md;

::slotted(ef-collapse:not(:last-child):not([expanded])) {
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-base-enabled;
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-divider-enabled;
}
}

0 comments on commit 57be338

Please sign in to comment.