Skip to content

Commit

Permalink
fix: accordion card background fill on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
svvimming committed Sep 8, 2023
1 parent 4f546a8 commit 15a9126
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions components/blocks/accordion-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,31 +178,14 @@ const getIconComponent = (icon) => {
mask-composite: exclude;
}
&:hover {
&:before {
background-color: rgba($tundora, 1);
}
&:after {
opacity: 1;
}
:deep(.plus-minus-icon) {
filter: drop-shadow(0px 0px 3px rgba(#FFC582, 0.6));
circle {
fill: rgba($tundora, 0.8);
}
}
}
&.open {
&:hover {
&:before {
background-color: rgba($tundora, 0.2);
}
:deep(.plus-minus-icon) {
filter: drop-shadow(0px 0px 3px rgba(#FFC582, 0.6));
circle {
fill: rgba($codGray, 0.8);
}
}
}
.accordion-content {
max-height: toRem(200);
@include large {
Expand Down

0 comments on commit 15a9126

Please sign in to comment.