Skip to content

Commit

Permalink
removed the border on focus and active states
Browse files Browse the repository at this point in the history
  • Loading branch information
almamarie committed Jan 11, 2023
1 parent e57c8d0 commit 202c006
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/details-pane/CurrentCart.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
width: 100%;
border: none;
padding-left: 1.763rem;
outline: none;
}

.input-wrapper input:active,
.input-wrapper input:focus {
outline: none;
border: none;
}

.input-wrapper input::placeholder {
Expand Down

1 comment on commit 202c006

@vercel
Copy link

@vercel vercel bot commented on 202c006 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.