diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-07 00:08:52 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-07-07 17:46:49 +0000 |
commit | 8aaac57ee62117d9f121ff45ca4973b72479d050 (patch) | |
tree | 562e8340d4089765631fe080c8fb339d8422c5de /core/css | |
parent | 744f1dd5638c7924be9c19621033d67991c65fd2 (diff) | |
download | nextcloud-server-8aaac57ee62117d9f121ff45ca4973b72479d050.tar.gz nextcloud-server-8aaac57ee62117d9f121ff45ca4973b72479d050.zip |
Use Button component to show password for improved accessibility
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index d859e121f2d..6608a18992d 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -296,17 +296,6 @@ input[type='password'].password-with-toggle, input[type='text'].password-with-to width: 219px; padding-right: 40px; } -.toggle-password { - position: absolute; - top: 1px; - right: 5px; - padding: 14px; - height: 16px; -} -.toggle-password:hover, -.toggle-password:focus { - opacity: .6; -} input.login { width: 260px; height: 50px; |