From 83a7103620bcf5c3670410fcd64d9d2822f00b41 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 10 Mar 2021 16:23:05 +0100 Subject: [PATCH] Add focus to input elements on login page --- changelog/unreleased/add-focus-to-inputs-on-login.md | 4 ++++ idp/ui/src/app.css | 1 + 2 files changed, 5 insertions(+) create mode 100644 changelog/unreleased/add-focus-to-inputs-on-login.md diff --git a/changelog/unreleased/add-focus-to-inputs-on-login.md b/changelog/unreleased/add-focus-to-inputs-on-login.md new file mode 100644 index 0000000000..480f3f5e80 --- /dev/null +++ b/changelog/unreleased/add-focus-to-inputs-on-login.md @@ -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 diff --git a/idp/ui/src/app.css b/idp/ui/src/app.css index 67204309a0..f0b91b5c43 100644 --- a/idp/ui/src/app.css +++ b/idp/ui/src/app.css @@ -55,6 +55,7 @@ strong { .oc-input:focus { outline: none; + border: 1px solid #fff; } .oc-input::placeholder {