Skip to content

Commit

Permalink
fix(Radio, Checkbox, Switch): 🐛 Remove z-index on selection control i…
Browse files Browse the repository at this point in the history
…con (#798)
  • Loading branch information
mimarz authored Sep 8, 2023
1 parent 2046352 commit 6c1db8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
pointer-events: none;
height: 1.75em;
width: 1.75em;
z-index: 1;
margin: auto;
overflow: visible;
}
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/form/Radio/Radio.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
pointer-events: none;
height: 1.75em;
width: 1.75em;
z-index: 1;
margin: auto;
overflow: visible;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
pointer-events: none;
height: 1.75em;
width: auto;
z-index: 1;
margin: auto;
overflow: visible;
border-radius: 16px;
Expand Down

0 comments on commit 6c1db8b

Please sign in to comment.