Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix collaborative tags styles
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot[bot] committed Dec 1, 2021
commit 3134370d44c2cb24eb48a98022faa4967ad186b9
4 changes: 4 additions & 0 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ div.select2-drop {
text-overflow: ellipsis;
span {
cursor: pointer;
em {
cursor: inherit;
background: unset;
}
}
}
.select2-result,
Expand Down