From: Afreen Misbah Date: Thu, 26 Mar 2026 13:01:54 +0000 (+0530) Subject: mgr/dashboard: Enable gray 10 theme as per carbon standards X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4926c1dadd5a64ee6b49a5c6402ef19c843ef49;p=ceph.git mgr/dashboard: Enable gray 10 theme as per carbon standards - this keeps only branding related colors and removes other colors Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss b/src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss index 57bc6a998d57..4054a11f6700 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss @@ -16,8 +16,6 @@ $content-theme: map-merge( compat.$g10, ( background-brand: vv.$secondary, - background-inverse: vv.$light, - background-inverse-hover: vv.$gray-300, link-primary: vv.$primary, link-primary-hover: vv.$secondary, link-secondary: vv.$secondary, @@ -26,14 +24,7 @@ $content-theme: map-merge( focus: vv.$primary, focus-inset: lighten(vv.$primary, 45%), focus-inverse: lighten(vv.$primary, 25%), - text-inverse: vv.$dark, support-info: vv.$info, - layer-01: vv.$light, - layer-hover-01: colors.$gray-20, - text-primary: vv.$dark, - text-disabled: vv.$gray-500, - icon-secondary: vv.$gray-800, - field-01: colors.$gray-10, interactive: vv.$primary, border-interactive: vv.$primary )