diff --git a/web/components/issues/issue-layouts/properties/labels.tsx b/web/components/issues/issue-layouts/properties/labels.tsx index 763904adae..dd0fe94710 100644 --- a/web/components/issues/issue-layouts/properties/labels.tsx +++ b/web/components/issues/issue-layouts/properties/labels.tsx @@ -201,10 +201,9 @@ export const IssuePropertyLabels: React.FC = observer((pro - `flex items-center justify-between gap-2 cursor-pointer select-none truncate rounded px-1 py-1.5 ${ - active ? "bg-custom-background-80" : "" - } ${selected ? "text-custom-text-100" : "text-custom-text-200"}` + className={({ selected }) => + `flex items-center justify-between gap-2 cursor-pointer select-none truncate rounded px-1 py-1.5 hover:bg-custom-background-80 + ${selected ? "text-custom-text-100" : "text-custom-text-200"}` } > {({ selected }) => ( diff --git a/web/components/issues/issue-layouts/properties/priority.tsx b/web/components/issues/issue-layouts/properties/priority.tsx index cbf6602eb1..e1499706e6 100644 --- a/web/components/issues/issue-layouts/properties/priority.tsx +++ b/web/components/issues/issue-layouts/properties/priority.tsx @@ -17,7 +17,7 @@ export const IssuePropertyPriority: React.FC = observer( diff --git a/web/components/issues/issue-layouts/spreadsheet/columns/state-column.tsx b/web/components/issues/issue-layouts/spreadsheet/columns/state-column.tsx index c2824646bb..b902688cb2 100644 --- a/web/components/issues/issue-layouts/spreadsheet/columns/state-column.tsx +++ b/web/components/issues/issue-layouts/spreadsheet/columns/state-column.tsx @@ -26,7 +26,7 @@ export const SpreadsheetStateColumn: React.FC = (props) => { <> onChange({ state: data.id, state_detail: data })} className="h-full w-full" buttonClassName="!shadow-none !border-0 h-full w-full" diff --git a/web/components/project/priority-select.tsx b/web/components/project/priority-select.tsx index b2bf4413b1..a22b0b10db 100644 --- a/web/components/project/priority-select.tsx +++ b/web/components/project/priority-select.tsx @@ -71,7 +71,7 @@ export const PrioritySelect: React.FC = ({ const label = ( -
+
= ({