Show toolbar only on toolbar hover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -84,12 +84,11 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile:not(:hover) .toolbar {
|
.toolbar:not(:hover) {
|
||||||
display: none;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile.screenshare:hover .presenterLabel,
|
.toolbar:hover + .presenterLabel {
|
||||||
.videoTile:not(.isLocal):hover .presenterLabel {
|
|
||||||
top: calc(42px + 20px); /* toolbar + margin */
|
top: calc(42px + 20px); /* toolbar + margin */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user