mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Make buttons only visible on hover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
e62d76a6f2
commit
0e5231ba43
@ -63,6 +63,14 @@
|
||||
background-color: var(--backgrouund-85);
|
||||
}
|
||||
|
||||
.button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.videoTile:hover .button {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.button button:hover svg * {
|
||||
fill: var(
|
||||
--primary-content
|
||||
|
Loading…
Reference in New Issue
Block a user