Skip to content

Commit 0b2028d

Browse files
blse-odooFrancoisGe
authored andcommitted
Tag on snippet, :hover issue on carousel task-4717504 205550
1 parent 72bf420 commit 0b2028d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/html_builder/static/src/snippets/snippet_viewer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@
104104
padding: 6px 12px;
105105
border-bottom-left-radius: 5px;
106106
}
107-
&:not(:has([data-preview-interaction-enabled="true"]))::after {
107+
&::after {
108108
content: "";
109109
@include o-position-absolute(0, 0, 0, 0);
110110
outline: 6px solid transparent;
111+
pointer-events: none;
111112
z-index: 1;
112113
}
113114
&:hover {

0 commit comments

Comments
 (0)