diff options
-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 a0ac6fe68a4..057daf672ee 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -485,6 +485,10 @@ div.select2-drop { text-overflow: ellipsis; span { cursor: pointer; + em { + cursor: inherit; + background: unset; + } } } .select2-result, |