add comment reminders

This commit is contained in:
proddy
2024-10-12 16:15:08 +01:00
parent b251fa4f26
commit b78f6da35b

View File

@@ -153,6 +153,7 @@ const Devices = () => {
// position: relative; // position: relative;
.td { .td {
padding: 8px; padding: 8px;
// TODO remove
// border-top: 1px solid #565656; // border-top: 1px solid #565656;
// border-bottom: 1px solid #565656; // border-bottom: 1px solid #565656;
} }
@@ -160,6 +161,7 @@ const Devices = () => {
background-color: #177ac9; background-color: #177ac9;
font-weight: normal; font-weight: normal;
} }
// TODO remove
// &:hover .td { // &:hover .td {
// background-color: #177ac9; // background-color: #177ac9;
// border-top: 1px solid #177ac9; // border-top: 1px solid #177ac9;
@@ -230,6 +232,7 @@ const Devices = () => {
}, },
&:hover .td { &:hover .td {
background-color: #177ac9; background-color: #177ac9;
// TODO remove
// border-top: 1px solid #177ac9; // border-top: 1px solid #177ac9;
// border-bottom: 1px solid #177ac9; // border-bottom: 1px solid #177ac9;
} }