Don't use a gradient
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
d16e42374f
commit
85dfb3c1e5
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@
|
|||
height: calc(
|
||||
16px + 20px + 16px
|
||||
); /* top padding + button size + buttom padding */
|
||||
background-image: linear-gradient(to bottom, var(--background), transparent);
|
||||
opacity: 0.8;
|
||||
background-color: var(--background-85);
|
||||
}
|
||||
|
||||
.videoTile:hover .button {
|
||||
|
|
Loading…
Add table
Reference in a new issue