diff --git a/statshouse-ui/src/components/SelectMertic/SelectMetricRow.tsx b/statshouse-ui/src/components/SelectMertic/SelectMetricRow.tsx index 6bff9123a..6e70462e7 100644 --- a/statshouse-ui/src/components/SelectMertic/SelectMetricRow.tsx +++ b/statshouse-ui/src/components/SelectMertic/SelectMetricRow.tsx @@ -24,7 +24,7 @@ export const SelectMetricRow = memo(function _SelectMetricRow) => { - onChecked(index, undefined, true, false); + onChecked(index, undefined, true, true); event.stopPropagation(); }; diff --git a/statshouse-ui/src/components/UI/style.module.css b/statshouse-ui/src/components/UI/style.module.css index cab07ebe6..3840a44dc 100644 --- a/statshouse-ui/src/components/UI/style.module.css +++ b/statshouse-ui/src/components/UI/style.module.css @@ -189,7 +189,10 @@ visibility: hidden; } -.selectItem:hover .hoverVisible, -.selectCursor:hover .hoverVisible { +.selectItem:hover .hoverVisible { + visibility: visible; +} + +.selectCursor .hoverVisible { visibility: visible; }