From e0ffaaae51392daff72b5c332ee39b4cc944afb6 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 e13fa45e087..8ba668870b1 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, -- 2.39.5