diff --git a/interface/src/app/main/Dashboard.tsx b/interface/src/app/main/Dashboard.tsx index 24eee643a..dda4a907f 100644 --- a/interface/src/app/main/Dashboard.tsx +++ b/interface/src/app/main/Dashboard.tsx @@ -99,21 +99,8 @@ const Dashboard = () => { Row: ` cursor: pointer; background-color: #1e1e1e; - .td { - // TODO remove - // border-top: 1px solid #0000; - // border-bottom: 1px solid #0000; - } - // TODO remove - // &.tr.tr-body.row-select.row-select-single-selected { - // background-color: #177ac9; - // font-weight: normal; - // color: red; - // } &:hover .td { background-color: #177ac9; - // border-top: 1px solid #177ac9; - // border-bottom: 1px solid #177ac9; } `, BaseCell: ` @@ -236,30 +223,38 @@ const Dashboard = () => { return ( <> - - - - {LL.DASHBOARD_1()} - - + + + + + {LL.DASHBOARD_1()} + + - - - - - - - - - + + + + + + + + + + - + { Row: ` cursor: pointer; background-color: #1E1E1E; - // position: relative; .td { padding: 8px; - // TODO remove - // border-top: 1px solid #565656; - // border-bottom: 1px solid #565656; } &.tr.tr-body.row-select.row-select-single-selected { background-color: #177ac9; font-weight: normal; } - // TODO remove - // &:hover .td { - // background-color: #177ac9; - // border-top: 1px solid #177ac9; - // border-bottom: 1px solid #177ac9; - // } ` }); @@ -232,9 +222,6 @@ const Devices = () => { }, &:hover .td { background-color: #177ac9; - // TODO remove - // border-top: 1px solid #177ac9; - // border-bottom: 1px solid #177ac9; } ` }