From a5d5f75f52c91e58363d6ad0f8bac4ca9392bc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Aug 2022 12:43:27 +0200 Subject: [PATCH] Add hover effect back 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/video-grid/VideoTile.module.css b/src/video-grid/VideoTile.module.css index 0a484d28..10f4d944 100644 --- a/src/video-grid/VideoTile.module.css +++ b/src/video-grid/VideoTile.module.css @@ -71,12 +71,6 @@ display: initial; } -.button button:hover svg * { - fill: var( - --primary-content - ) !important; /* To override .iconButton:not(.stroke):hover svg */ -} - .button button svg { height: 20px; width: 20px;