Make buttons only visible on hover

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-01 19:29:28 +02:00
parent e62d76a6f2
commit 0e5231ba43
No known key found for this signature in database
GPG Key ID: D1D45825D60C24D2

View File

@ -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