We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f546a8 commit 15a9126Copy full SHA for 15a9126
components/blocks/accordion-block.vue
@@ -178,31 +178,14 @@ const getIconComponent = (icon) => {
178
mask-composite: exclude;
179
}
180
&:hover {
181
- &:before {
182
- background-color: rgba($tundora, 1);
183
- }
184
&:after {
185
opacity: 1;
186
187
:deep(.plus-minus-icon) {
188
filter: drop-shadow(0px 0px 3px rgba(#FFC582, 0.6));
189
- circle {
190
- fill: rgba($tundora, 0.8);
191
192
193
194
&.open {
195
- &:hover {
196
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
202
- fill: rgba($codGray, 0.8);
203
204
205
206
.accordion-content {
207
max-height: toRem(200);
208
@include large {
0 commit comments