From e6f2a1f6a17df4c7718375d70afedcb42de4430c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 23 Nov 2022 11:52:31 -0500 Subject: [PATCH] fix(input): highlight color does not apply to text (#26352) --- core/src/components/input/input.scss | 5 ----- core/src/components/input/test/a11y/input.e2e.ts | 1 - 2 files changed, 6 deletions(-) diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index 5da5a29509..1105e173ec 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -331,11 +331,6 @@ --border-color: var(--highlight-color); } -:host(.ion-touched.ion-valid) label, -:host(.ion-touched.ion-invalid) label { - color: var(--highlight-color); -} - // Input Hint Text // ---------------------------------------------------------------- diff --git a/core/src/components/input/test/a11y/input.e2e.ts b/core/src/components/input/test/a11y/input.e2e.ts index 1cf6d2317f..3c4e5a2898 100644 --- a/core/src/components/input/test/a11y/input.e2e.ts +++ b/core/src/components/input/test/a11y/input.e2e.ts @@ -5,7 +5,6 @@ import { test } from '@utils/test/playwright'; test.describe('input: a11y', () => { test.beforeEach(async ({ skip }) => { skip.rtl(); - skip.mode('md'); }); test('should not have accessibility violations', async ({ page }) => {