]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: correct color names which are not defined
authorVolker Theile <vtheile@suse.com>
Mon, 10 Aug 2020 16:25:02 +0000 (18:25 +0200)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Aug 2020 17:14:26 +0000 (01:14 +0800)
Fix regression introduced by https://github.com/ceph/ceph/pull/35954.
Rename some color names that have been changed by the mentioned PR.

Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.scss

index 1379cfb600fcc2bd05db747b87e4902f3fc97cc2..22ebd0ecf057e4d02373adf0a98f05704242bdd1 100644 (file)
@@ -10,8 +10,8 @@
 
 a {
   .dot {
-    background-color: bd.$color-primary;
-    border: 2px solid bd.$color-navbar-bg;
+    background-color: bd.$primary;
+    border: 2px solid bd.$secondary;
     border-radius: 50%;
     height: 11px;
     position: absolute;
@@ -21,7 +21,7 @@ a {
   }
 
   &:hover .dot {
-    background-color: bd.$color-solid-white;
-    border-color: bd.$color-primary;
+    background-color: bd.$white;
+    border-color: bd.$primary;
   }
 }