test(segment-view): remove not disabled styles

This commit is contained in:
Brandy Carney
2024-10-02 11:41:36 -04:00
parent 641dc0b82a
commit 59e306bd6d

View File

@@ -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;