Skip to content

Commit

Permalink
fix: css build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Oct 18, 2023
1 parent 39ecfbd commit 52a93d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/next-auth/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ a.button {
background-color: var(--provider-bg-hover, var(--color-background-hover));
cursor: pointer;
}
/* &:focus {
outline: none;
border: 1px solid;
border-color: var(--color-info);
} */
&:active {
cursor: pointer;
}
Expand Down

0 comments on commit 52a93d0

Please sign in to comment.