Browse Source

HUE-6077 [frontend] Converted colors of breadcrumbs to CUI

Enrico Berti 8 years ago
parent
commit
6ba9985af6

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 3 - 3
desktop/core/src/desktop/static/desktop/less/components/hue-breadcrumbs.less

@@ -23,18 +23,18 @@
     display: inline-block;
     display: inline-block;
   }
   }
   .divider {
   .divider {
-    color: #999999;
+    color: @cui-gray-600;
     padding: 0 5px;
     padding: 0 5px;
   }
   }
   .active a {
   .active a {
-    color: #333333;
+    color: @cui-gray-800;
   }
   }
   a.nounderline:hover {
   a.nounderline:hover {
     text-decoration: none;
     text-decoration: none;
   }
   }
   & > li:last-child > a {
   & > li:last-child > a {
     font-weight: bold;
     font-weight: bold;
-    color: #333333;
+    color: @cui-gray-800;
   }
   }
   & > li:last-child > span {
   & > li:last-child > span {
     display: none;
     display: none;

Some files were not shown because too many files changed in this diff