mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
Tracker: Fix IssuesList selection (#1578)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user