]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Enable gray 10 theme as per carbon standards
authorAfreen Misbah <afreen@ibm.com>
Thu, 26 Mar 2026 13:01:54 +0000 (18:31 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 28 Apr 2026 08:36:45 +0000 (14:06 +0530)
- this keeps only branding related colors and removes other colors

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/styles/themes/_content.scss

index 57bc6a998d578a9bfd4753ae169ea56e8ffc127f..4054a11f6700635ab9eb6f67f2b2a865da3e1849 100644 (file)
@@ -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
   )