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
Vuetify Version: 2.5.8 Vue Version: 2.6.14 Browsers: Chrome 93.0.4577.82 OS: Linux x86_64
no flickering
flickering
https://codepen.io/illmat/pen/xxraNye?editors=1010
The text was updated successfully, but these errors were encountered:
The v-card seems to get a v-card--link class when you add a click handler.
v-card
v-card--link
Sorry, something went wrong.
v-card--link uses ::before for a focus overlay, and v-timeline uses it for the arrow.
::before
It could be solved by adding some styles on .v-timeline-item__body > .v-card:not(.v-card--flat)::before to invalidate styles of v-card--link::before. Can I make PR?
.v-timeline-item__body > .v-card:not(.v-card--flat)::before
v-card--link::before
bottom: auto opacity: unset background: none
vuetify/packages/vuetify/src/components/VTimeline/VTimeline.sass
Lines 85 to 100 in c97eccb
fix(VTimelineItem): fix flickering on clickable v-card
5a42a7e
fixes vuetifyjs#14193
27ba2c9
KaelWD
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.5.8
Vue Version: 2.6.14
Browsers: Chrome 93.0.4577.82
OS: Linux x86_64
Steps to reproduce
Expected Behavior
no flickering
Actual Behavior
flickering
Reproduction Link
https://codepen.io/illmat/pen/xxraNye?editors=1010
The text was updated successfully, but these errors were encountered: