Style side panel header with brand colors

Remove commented-out code
This commit is contained in:
Ben Thomson 2019-08-04 15:35:18 +08:00
parent 4df3149efd
commit 8219f19e8d
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87
1 changed files with 11 additions and 8 deletions

View File

@ -44,6 +44,16 @@
}
}
//
// Side panel
//
#layout-side-panel {
.sidepanel-content-header {
background: @custom-dark-secondary;
}
}
//
// Asset List
//
@ -92,13 +102,6 @@ table.table.data {
border-left: 3px solid @brand-secondary;
}
}
// tr:not(.no-data):hover td,
// tr:not(.no-data).selected td {
// background: mix(white, @brand-accent, 13%) !important;
// }
// tr:not(.no-data):active td {
// background: @brand-accent !important;
// }
}
}
@ -129,7 +132,7 @@ table.table.data {
}
> div > div.tabs-container {
background-color: @custom-dark-secondary;
background: @custom-dark-secondary;
}
}