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

[core] fix(Tabs, Switch): improve high contrast mode support #5668

Merged
merged 4 commits into from
Oct 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
disable
styu committed Oct 14, 2022
commit 979bd72071316aee8d4b72523778c80ca21e13e9
1 change: 1 addition & 0 deletions packages/core/src/components/forms/_controls.scss
Original file line number Diff line number Diff line change
@@ -570,6 +570,7 @@ $control-indicator-spacing: $pt-grid-size !default;
input:not(:checked):disabled ~ .#{$ns}-control-indicator {
border-color: $pt-high-contrast-mode-disabled-border-color;

// stylelint-disable-next-line max-nesting-depth
&::before {
border-color: $pt-high-contrast-mode-disabled-border-color;
}