diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-12-02 22:27:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 22:27:49 +0100 |
commit | c8c198715ec22a957b6f59b30cea9d1c426f6b07 (patch) | |
tree | 7c2b3bcf39f189eeee2848b17f60dfa39fd70b4d /core | |
parent | 51721e801338278d40297cab831fb90d4e25455d (diff) | |
parent | 89b309d8aa002b72793a4bead192e2156f2f5761 (diff) | |
download | nextcloud-server-c8c198715ec22a957b6f59b30cea9d1c426f6b07.tar.gz nextcloud-server-c8c198715ec22a957b6f59b30cea9d1c426f6b07.zip |
Merge pull request #30023 from nextcloud/backport/30018/stable21
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 4f73696d264..11a12541ee5 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -479,6 +479,10 @@ div.select2-drop { text-overflow: ellipsis; span { cursor: pointer; + em { + cursor: inherit; + background: unset; + } } } .select2-result, |