Skip to content

Commit

Permalink
Reinstate readonly input test, and fix highcontrast Lc
Browse files Browse the repository at this point in the history
  • Loading branch information
qheaden-stack committed Aug 8, 2024
1 parent 8f34a1f commit b3cf049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/components/input_textarea/input_textarea.a11y.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ const otherModifiers = ["creditcard", "search"];
...attributes,
},
children,
template,
// TODO revisit these skipped test ids
skippedTestids: [/readonly/],
template
});
});

Expand Down
2 changes: 1 addition & 1 deletion lib/components/input_textarea/input_textarea.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
&[readonly],
.is-readonly & {
.highcontrast-mode({
--_in-fc: var(--fc-light);
--_in-fc: var(--fc-medium);
});

--_in-bg: var(--black-150);
Expand Down

0 comments on commit b3cf049

Please sign in to comment.