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

[ROU-11342]: RadioButton - Fixed styling issue when HighContrast mode is on. #1000

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 1 addition & 7 deletions src/scss/03-widgets/_radio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

&:focus:before {
background-color: var(--color-primary);
border: 1px solid var(--color-focus-inner);
border-color: var(--color-focus-inner);
box-shadow: none;
}

Expand All @@ -164,12 +164,6 @@
&:hover:before {
border-color: var(--color-neutral-8);
}

&:focus:before {
background-color: var(--color-primary);
border: 1px solid var(--color-focus-inner);
box-shadow: none;
}
}

[data-radio-group].not-valid [data-radio-button] .radio-button:checked:before {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/O11.OutSystemsUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
=============================================================================== */

/*!
OutSystems UI 2.20.2 • O11 Platform
OutSystems UI 2.21.0 • O11 Platform
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down
2 changes: 1 addition & 1 deletion src/scss/ODC.OutSystemsUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PS: This comment block will not be visible in the compiled version!
=============================================================================== */

/*!
OutSystems UI 2.20.2 • ODC Platform
OutSystems UI 2.21.0 • ODC Platform
Website:
• https://www.outsystems.com/outsystems-ui
GitHub:
Expand Down