Skip to content

Commit

Permalink
va-radio-option: revert z-index and add Formation style overrides for…
Browse files Browse the repository at this point in the history
… USWDS (#1075)

* revert z-index update and add Formation overrides

* update style

* update web-components package version
  • Loading branch information
jamigibbs committed Mar 6, 2024
1 parent 7296e15 commit 6b8e7cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/web-components",
"version": "5.1.0",
"version": "5.1.1",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ va-radio-option {
margin-top: 12px;
}

va-radio-option input {
z-index: -1;
input[type=radio].usa-radio__input {
margin-left: unset;
opacity: unset;
right: auto;
left: -999em;
}

va-radio-option input:focus {
Expand Down

0 comments on commit 6b8e7cd

Please sign in to comment.