Skip to content

Mouse hover not propagated through v-expansion-panel-title__overlay #18282

Answered by simenkf
simenkf asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot! I also had to use the deep selector, so the following worked:

.v-expansion-panel-title :deep(.v-expansion-panel-title__overlay) {
  pointer-events: none;
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@simenkf
Comment options

Answer selected by simenkf
@sbernard31
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants