Show toolbar only on toolbar hover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
96123ccf63
commit
531db48c25
1 changed files with 3 additions and 4 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue