Skip to content

Commit 15a9126

Browse files
committed
fix: accordion card background fill on hover
1 parent 4f546a8 commit 15a9126

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

components/blocks/accordion-block.vue

-17
Original file line numberDiff line numberDiff line change
@@ -178,31 +178,14 @@ const getIconComponent = (icon) => {
178178
mask-composite: exclude;
179179
}
180180
&:hover {
181-
&:before {
182-
background-color: rgba($tundora, 1);
183-
}
184181
&:after {
185182
opacity: 1;
186183
}
187184
:deep(.plus-minus-icon) {
188185
filter: drop-shadow(0px 0px 3px rgba(#FFC582, 0.6));
189-
circle {
190-
fill: rgba($tundora, 0.8);
191-
}
192186
}
193187
}
194188
&.open {
195-
&:hover {
196-
&:before {
197-
background-color: rgba($tundora, 0.2);
198-
}
199-
:deep(.plus-minus-icon) {
200-
filter: drop-shadow(0px 0px 3px rgba(#FFC582, 0.6));
201-
circle {
202-
fill: rgba($codGray, 0.8);
203-
}
204-
}
205-
}
206189
.accordion-content {
207190
max-height: toRem(200);
208191
@include large {

0 commit comments

Comments
 (0)