Skip to content

Commit

Permalink
Merge pull request #1110 from Esri/enh/accordion-desc-font-size
Browse files Browse the repository at this point in the history
Removed `font-size-override` in accordion
  • Loading branch information
MikeTschudi authored Jan 21, 2025
2 parents 43d251e + ea52ffd commit 5ea6338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
padding-inline-start: 1rem;
}

.font-size-override {
--calcite-font-size--2: var(--calcite-font-size--1);
}

.border-override {
--calcite-accordion-border-color: var(--calcite-color-border-1) !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export class SolutionItemAccordion {
): VNode {
return (
<calcite-list-item
class="font-size-override"
description={templateInfo.snippet}
id={templateInfo.id}
label={templateInfo.title}
Expand Down

0 comments on commit 5ea6338

Please sign in to comment.