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;