From d36bacb1bfdf04001e81be666f6748de738a3322 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 24 Sep 2023 20:20:30 +0200 Subject: [PATCH] simplify --- docs/src/components/pricing/PricingTable.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index d043ed7a187f8a..d74a93cccd24be 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -957,17 +957,13 @@ function renderMasterRow(key: string, gridSx: object, plans: Array) { (theme) => ({ '&:hover > div': { bgcolor: alpha(theme.palette.grey[50], 0.4), - '@media (hover: none)': { - bgcolor: 'initial', - }, }, - }), - (theme) => - theme.applyDarkStyles({ + ...theme.applyDarkStyles({ '&:hover > div': { bgcolor: alpha(theme.palette.primaryDark[900], 0.5), }, }), + }), ]} > {rowHeaders[key]}