Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

fix:fix block decoration inside accordions #165

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions us/en/skymiles/blocks/accordion/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
border-top: .0625rem solid var(--color-delta-gray-middle);
}

.accordion-section:last-of-type {
border-bottom: .0625rem solid var(--color-delta-gray-middle);
}

.accordion-section > h1,
.accordion-section > h2,
.accordion-section > h3,
Expand Down Expand Up @@ -163,6 +159,7 @@
.accordion-wrapper [role="group"] button:disabled {
font-family: var(--heading-font-family);
text-decoration: none;
display: none;
}

.accordion-wrapper [role="group"] button:disabled:hover {
Expand Down