Skip to content

Commit

Permalink
Merge pull request #1000 from OutSystems/ROU-11342
Browse files Browse the repository at this point in the history
[ROU-11342]: RadioButton - Fixed styling issue when HighContrast mode is on.
  • Loading branch information
joselrio authored Nov 4, 2024
2 parents 13d3585 + 0e8161c commit 8a66ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
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

0 comments on commit 8a66ac4

Please sign in to comment.