diff --git a/decnet_web/src/components/Dashboard.css b/decnet_web/src/components/Dashboard.css index bac67bf3..fb23792e 100644 --- a/decnet_web/src/components/Dashboard.css +++ b/decnet_web/src/components/Dashboard.css @@ -372,7 +372,7 @@ border-bottom: 1px solid rgba(48, 54, 61, 0.5); } -.logs-table tr:hover { +.logs-table tr:not(.empty-row):hover { background-color: rgba(0, 255, 65, 0.03); } diff --git a/decnet_web/src/components/Dashboard.tsx b/decnet_web/src/components/Dashboard.tsx index 20210be6..007eb0bd 100644 --- a/decnet_web/src/components/Dashboard.tsx +++ b/decnet_web/src/components/Dashboard.tsx @@ -417,7 +417,7 @@ const Dashboard: React.FC = ({ searchQuery }) => { ); }) : ( - + { ); }) : ( - +