fix interaction with focused-lines

pull/3877/head
tobinio 2 months ago
parent 7b0ff3e847
commit 6ac6604102

@ -379,7 +379,10 @@
opacity 0.35s;
}
.vp-doc [class*='language-']:hover .has-focused-lines .line:not(.has-focus) {
.vp-doc
[class*='language-']:hover:not(:has(.modal-container:hover))
.has-focused-lines
.line:not(.has-focus) {
filter: blur(0);
opacity: 1;
}

Loading…
Cancel
Save