From 23dbf31a95727901ffc4824856547482425235f4 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 9 Aug 2024 23:58:12 -0700 Subject: [PATCH] Plans page light touch: Remove unused CSS rules about hiding monthly-annual-switch on mobile for group tab. This is removed because monthly-annual-switch is already hidden on all screen size for group tab. (in the current plans page, monthly-annual-switch will be disabled on desktop and will be hidden on mobile) GitOrigin-RevId: bdb682b97844b6e3fb50be3c65eb6bd945d73648 --- .../app/plans/plans-light-touch-redesign.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/services/web/frontend/stylesheets/app/plans/plans-light-touch-redesign.less b/services/web/frontend/stylesheets/app/plans/plans-light-touch-redesign.less index 8d78053deb..7f35bb5d9a 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-light-touch-redesign.less +++ b/services/web/frontend/stylesheets/app/plans/plans-light-touch-redesign.less @@ -132,12 +132,6 @@ } } - @media (max-width: @screen-xs-max) { - [data-ol-current-view='group'] [data-ol-plans-v2-m-a-switch-container] { - display: none; - } - } - .plans-top-switch ul { background-color: var(--neutral-10); display: inline-flex; @@ -248,10 +242,6 @@ @media (max-width: @screen-xs-max) { margin-top: var(--spacing-08); - - &[data-ol-current-view='group'] { - display: none; - } } label {