From b78f6da35b0df9e49087563fe1e56a02724b5396 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 12 Oct 2024 16:15:08 +0100 Subject: [PATCH] add comment reminders --- interface/src/app/main/Devices.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/src/app/main/Devices.tsx b/interface/src/app/main/Devices.tsx index 5e0146a56..3cf94054c 100644 --- a/interface/src/app/main/Devices.tsx +++ b/interface/src/app/main/Devices.tsx @@ -153,6 +153,7 @@ const Devices = () => { // position: relative; .td { padding: 8px; + // TODO remove // border-top: 1px solid #565656; // border-bottom: 1px solid #565656; } @@ -160,6 +161,7 @@ const Devices = () => { background-color: #177ac9; font-weight: normal; } + // TODO remove // &:hover .td { // background-color: #177ac9; // border-top: 1px solid #177ac9; @@ -230,6 +232,7 @@ const Devices = () => { }, &:hover .td { background-color: #177ac9; + // TODO remove // border-top: 1px solid #177ac9; // border-bottom: 1px solid #177ac9; }