From 1ed16d6ac19026814a50c638d1891c8a24ce1f70 Mon Sep 17 00:00:00 2001 From: Piccar Date: Thu, 10 Feb 2022 12:46:27 +0100 Subject: [PATCH] Removed Duplicates --- src/themes/appletv/theme.css | 4 ---- src/themes/blueradiance/theme.css | 4 ---- src/themes/purplehaze/theme.css | 4 ---- 3 files changed, 12 deletions(-) diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index a964e90d5c..7fe029aeb6 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -189,10 +189,6 @@ html { color: #fff; } -.actionSheetMenuItem:hover { - background-color: #ddd; -} - .toast { background: #303030; color: rgba(255, 255, 255, 0.87); diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index f8fb237172..a75674b194 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -184,10 +184,6 @@ html { opacity: 0.5; } -.actionSheetMenuItem:hover { - background-color: rgba(0, 0, 0, 0.5); -} - .toast { background: #303030; color: #fff; diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index 93e4c467c4..1541fda33a 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -277,10 +277,6 @@ a[data-role=button] { opacity: 0.5; } -.actionSheetMenuItem:hover { - background-color: rgba(0, 0, 0, 0.5); -} - .toast { background: #303030; color: #f8f8fe;