Skip to content
Snippets Groups Projects
Commit 45c92ee7 authored by Katherine Patenio's avatar Katherine Patenio
Browse files

Bug 1824090 - fix cursor pointer for pip-expanded toggle r=pip-reviewers,mhowell

parent e3e801ac
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,10 @@
.pip-wrapper:not([small-video], [has-used]) > .pip-expanded {
opacity: 1;
scale: 1;
pointer-events: none;
}
.pip-wrapper:not([small-video], [has-used]).hovering > .pip-expanded {
pointer-events: auto;
}
......@@ -269,7 +273,6 @@
/* Remove bottom border but keep text centred with padding. */
border-bottom: none;
padding-bottom: var(--pip-highlight-width);
pointer-events: none;
}
.pip-wrapper:not([small-video], [has-used], .experiment).hovering > .pip-expanded {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment