Skip to content

Commit

Permalink
Remove z-index from Root component in input-control styles
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed May 29, 2024
1 parent 54fc430 commit 4ed90c4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export const Root = styled( Flex )`
// Focus within, excluding cases where auxiliary controls in prefix or suffix have focus.
&:focus-within:not( :has( :is( ${ Prefix }, ${ Suffix } ):focus-within ) ) {
z-index: 1;
${ BackdropUI } {
border-color: ${ COLORS.ui.borderFocus };
box-shadow: ${ CONFIG.controlBoxShadowFocus };
Expand Down

0 comments on commit 4ed90c4

Please sign in to comment.