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 83a7103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/unreleased/add-focus-to-inputs-on-login.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Enhancement: Add focus to input elements on login page

https://github.com/owncloud/ocis/pull/1792
https://github.com/owncloud/web/issues/4322
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 83a7103

Please sign in to comment.