v0.7.10 - Maintenance capability overhaul, Storefront critical patches and improvements

This commit is contained in:
Ronald A. Richardson
2025-09-02 14:32:39 +08:00
parent 5d0ae16cfd
commit 67aa793537
14 changed files with 1612 additions and 1466 deletions

View File

@@ -74,4 +74,10 @@ body.fleetbase-console .ember-power-select-trigger {
padding-right: 2.5rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
}
/** hotfix sidebar-panel-toggle light mode - @todo move to ember-ui */
body[data-theme="light"] .next-sidebar .next-content-panel-wrapper .next-content-panel-container .next-content-panel > .next-content-panel-header.next-sidebar-panel-toggle:hover {
background-color: rgba(59, 130, 246, 1);
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}