From 85dfb3c1e51b0f10cc7c87dcee7413c753452ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Aug 2022 14:53:47 +0200 Subject: [PATCH] Don't use a gradient MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/video-grid/VideoTile.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/video-grid/VideoTile.module.css b/src/video-grid/VideoTile.module.css index cf8d13b9..91ca0913 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -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 {