-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix (accordion block): fix timeline block lines if inside accordion block #3293
fix (accordion block): fix timeline block lines if inside accordion block #3293
Conversation
🤖 Pull request artifacts
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend not removing this, instead let's keep this but make it so that the timeline block will revert
this or not inherit this value
src/block/accordion/style.scss
Outdated
.stk-block-accordion__content.has-stk-block-timeline { | ||
transform: initial; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we can start using :has()
since it has been now implemented in Firefox!
fixes #3152