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
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue