mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(input): highlight color does not apply to text (#26352)
This commit is contained in:
@ -331,11 +331,6 @@
|
|||||||
--border-color: var(--highlight-color);
|
--border-color: var(--highlight-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(.ion-touched.ion-valid) label,
|
|
||||||
:host(.ion-touched.ion-invalid) label {
|
|
||||||
color: var(--highlight-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Input Hint Text
|
// Input Hint Text
|
||||||
// ----------------------------------------------------------------
|
// ----------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,6 @@ import { test } from '@utils/test/playwright';
|
|||||||
test.describe('input: a11y', () => {
|
test.describe('input: a11y', () => {
|
||||||
test.beforeEach(async ({ skip }) => {
|
test.beforeEach(async ({ skip }) => {
|
||||||
skip.rtl();
|
skip.rtl();
|
||||||
skip.mode('md');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should not have accessibility violations', async ({ page }) => {
|
test('should not have accessibility violations', async ({ page }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user