From 89b309d8aa002b72793a4bead192e2156f2f5761 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 1 Dec 2021 18:04:16 +0000 Subject: [PATCH] Fix collaborative tags styles Signed-off-by: Christopher Ng --- core/css/inputs.scss | 4 ++++ 1 file changed, 4 insertions(+) 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,