From 59e306bd6d39775af9b729566f756b49065637ff Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 2 Oct 2024 11:41:36 -0400 Subject: [PATCH] test(segment-view): remove not disabled styles --- core/src/components/segment-view/test/disabled/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/components/segment-view/test/disabled/index.html b/core/src/components/segment-view/test/disabled/index.html index b2e676d34a..cc48642fed 100644 --- a/core/src/components/segment-view/test/disabled/index.html +++ b/core/src/components/segment-view/test/disabled/index.html @@ -18,11 +18,7 @@ height: 100px; } - /** - * TODO the :not is required otherwise it - * overrides the disabled styles - */ - ion-segment-content:not([disabled]) { + ion-segment-content { display: flex; justify-content: center; align-items: center;