Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPIKE] Increase form control borders to 3:1 WCAG AA contrast ratios #7930

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
[EuiSelectable] Tweak bordered prop to match other form controls
cee-chen committed Jul 30, 2024
commit 9b736c0392a9d5708fd02315c1a8ce474c05cea0
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

.euiSelectableList-bordered {
overflow: hidden;
border: $euiBorderThin;
border: $euiBorderWidthThin solid $euiFormBorderColor;
border-radius: $euiBorderRadius;
}