Make buttons only visible on hover
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user