Skip to content

Commit 68c1c05

Browse files
authored
Merge pull request #30022 from nextcloud/backport/30018/stable22
[stable22] Fix collaborative tags styles
2 parents 558b83e + 3134370 commit 68c1c05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/css/inputs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ div.select2-drop {
485485
text-overflow: ellipsis;
486486
span {
487487
cursor: pointer;
488+
em {
489+
cursor: inherit;
490+
background: unset;
491+
}
488492
}
489493
}
490494
.select2-result,

0 commit comments

Comments
 (0)