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(
|
height: calc(
|
||||||
16px + 20px + 16px
|
16px + 20px + 16px
|
||||||
); /* top padding + button size + buttom padding */
|
); /* top padding + button size + buttom padding */
|
||||||
background-image: linear-gradient(to bottom, var(--background), transparent);
|
background-color: var(--background-85);
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile:hover .button {
|
.videoTile:hover .button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue