fix(input): highlight color does not apply to text (#26352)

This commit is contained in:
Liam DeBeasi
2022-11-23 11:52:31 -05:00
committed by GitHub
parent 4abe42712b
commit e6f2a1f6a1
2 changed files with 0 additions and 6 deletions

View File

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

View File

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