From 045f7b4a304f509892f9c8cda23294d184318753 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 21 Dec 2015 15:48:48 -0500 Subject: [PATCH] Fixed breadcrumb styling - tested by adding a few dummy child routes to the dashboard and navigating down the chain. --- awx/ui/client/src/bread-crumb/bread-crumb.block.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/bread-crumb/bread-crumb.block.less b/awx/ui/client/src/bread-crumb/bread-crumb.block.less index abcce2aff0..84b167c083 100644 --- a/awx/ui/client/src/bread-crumb/bread-crumb.block.less +++ b/awx/ui/client/src/bread-crumb/bread-crumb.block.less @@ -49,13 +49,13 @@ .BreadCrumb > ol > li { display: inline-block; - // content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space - padding: 0 5px; - color: #b7b7b7; + color: #B7B7B7; } -.BreadCrumb > ol > li:before { - +.BreadCrumb > ol > li + li:before { + content: "/"; + padding: 0 5px; + color: #B7B7B7; } .BreadCrumb > ol > li > .active {