diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-05-27 18:46:32 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-06-09 00:06:53 +0000 |
commit | fc56c0eb918969dea22d75c47f8d218b01ec1ec6 (patch) | |
tree | 3403185e0d9baab4e9a529f27fd422a5a5e73b57 /core/src | |
parent | ba75c61868cf26e187f082aac9b03216161e713b (diff) | |
download | nextcloud-server-fc56c0eb918969dea22d75c47f8d218b01ec1ec6.tar.gz nextcloud-server-fc56c0eb918969dea22d75c47f8d218b01ec1ec6.zip |
Fix focus styling
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/jquery/css/jquery.ocdialog.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index c5b6a0dcc64..a731c7d077d 100644 --- a/core/src/jquery/css/jquery.ocdialog.scss +++ b/core/src/jquery/css/jquery.ocdialog.scss @@ -55,6 +55,7 @@ padding: 25px; background: var(--icon-close-dark) no-repeat center; opacity: .5; + border-radius: var(--border-radius-large); &:hover, &:focus, |