mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
* Select works fine * Context switching works * Going to expand fns * Diff and value * Progressing * fix click events * highlight code * Add revision age info * Values diff * remove forgotten * Refactor data layer, add flag * UDV flag works * Diff with prev works
11 lines
189 B
CSS
11 lines
189 B
CSS
#charts .card, #sectionDetails .row > div {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bg-primary .text-muted {
|
|
color: white!important;
|
|
}
|
|
|
|
.d2h-file-collapse, .d2h-tag {
|
|
opacity: 0; /* trollface */
|
|
} |