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 }) => {