]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove tooltip and popover defaults
authorAfreen Misbah <afreen@ibm.com>
Thu, 26 Mar 2026 13:25:18 +0000 (18:55 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 28 Apr 2026 08:36:45 +0000 (14:06 +0530)
Fixes https://tracker.ceph.com/issues/75410

These defaults are not required as carbon adds blackish color to tooltips and moving forward we want to align to CDS.
If anything breaks then add / fix in the used component

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

index 44cf6869a38a75f704e03154afea4331e7d82114..dc9f872cae85c9bad896282e5538ea6cb7caae9b 100644 (file)
@@ -223,35 +223,6 @@ Code snippet
   width: fit-content;
 }
 
-/******************************************
-Tooltip
-******************************************/
-.cds--tooltip-content {
-  background-color: theme.$layer-02;
-}
-
-/******************************************
-Carbon Popover
-******************************************/
-.cds--popover {
-  .cds--popover-caret {
-    background-color: theme.$background;
-  }
-}
-
-.cds--popover-content {
-  background-color: theme.$background;
-  padding: layout.$spacing-05;
-}
-
-// inner container class for overflow
-.cds--popover-scroll-container {
-  max-height: layout.$spacing-13;
-  overflow-y: auto;
-  margin-right: -1rem;
-  padding-right: 1rem;
-}
-
 /******************************************
 Tabs
 ******************************************/