Style side panel header with brand colors
Remove commented-out code
This commit is contained in:
parent
4df3149efd
commit
8219f19e8d
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue