Skip to content

Commit

Permalink
refactor(flat-components): remove outline on login buttons (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Oct 8, 2023
1 parent 4caf479 commit 48bf146
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
border: 1.25px solid rgba(0, 0, 0, 0.15);
border-radius: 50%;
font-size: 0;
outline: none;
cursor: pointer;

img {
Expand Down Expand Up @@ -74,4 +75,4 @@
border: 1px solid rgba(0, 0, 0, 0.5);
}
}
}
}

0 comments on commit 48bf146

Please sign in to comment.