Skip to content

Commit

Permalink
Add focus to input elements on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Mar 10, 2021
1 parent 097cc15 commit 4548b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idp/ui/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ strong {

.oc-input:focus {
outline: none;
border: 1px solid #fff;
}

.oc-input::placeholder {
Expand Down

0 comments on commit 4548b55

Please sign in to comment.