Tracker: Fix IssuesList selection (#1578)

This commit is contained in:
Artyom Grigorovich
2022-04-28 19:01:11 +07:00
committed by GitHub
parent d2f2a18376
commit 155fca2649
3 changed files with 7 additions and 11 deletions
@@ -135,7 +135,7 @@
icon={IconAdd}
kind={'transparent'}
on:click={(evt) => {
showPopup(CreateIssue, { space: currentSpace, issueStatus: state._id }, eventToHTMLElement(evt))
showPopup(CreateIssue, { space: currentSpace, status: state._id }, eventToHTMLElement(evt))
}}
/>
</Tooltip>
@@ -312,11 +312,7 @@
}
&.mListGridSelected {
background-color: var(--theme-table-bg-hover);
}
&:hover {
background-color: var(--theme-table-bg-hover);
background-color: var(--menu-bg-select);
}
.eListGridCheckBox {