From 1c91c62dfeb2b0c7d528d9b2da9b807ffa34e2a1 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 31 Oct 2020 19:56:30 +0300 Subject: [PATCH] Remove custom hover style --- src/components/remotecontrol/remotecontrol.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index 1c31b4382b..d0d47f580e 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -372,8 +372,7 @@ font-size: smaller; } - .paper-icon-button-light:hover { - color: #fff !important; + .paper-icon-button-light { background-color: transparent !important; } @@ -383,10 +382,6 @@ font-size: 1.7em; } - .btnPlayPause:hover { - background-color: transparent !important; - } - .nowPlayingPageImage { /* width: inherit; */ overflow-y: hidden;