formatting

This commit is contained in:
proddy
2024-11-06 14:34:07 +01:00
parent 74b935c27f
commit e74af57c16
2 changed files with 10 additions and 15 deletions

View File

@@ -155,7 +155,6 @@ const Devices = () => {
}
&.tr.tr-body.row-select.row-select-single-selected {
background-color: #177ac9;
font-weight: normal;
}
`
});
@@ -169,11 +168,11 @@ const Devices = () => {
HeaderRow: `
.th {
padding: 8px;
height: 36px;
`,
Row: `
font-weight: bold;
&:hover .td {
background-color: #177ac9;
background-color: #177ac9;
`
}
]);
@@ -216,7 +215,7 @@ const Devices = () => {
background-color: #303030;
},
&:hover .td {
background-color: #177ac9;
background-color: #177ac9;
}
`
}