mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fixed breadcrumb styling - tested by adding a few dummy child routes to the dashboard and navigating down the chain.
This commit is contained in:
committed by
Jared Tabor
parent
8365eaaae9
commit
045f7b4a30
@@ -49,13 +49,13 @@
|
|||||||
|
|
||||||
.BreadCrumb > ol > li {
|
.BreadCrumb > ol > li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
// content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
|
color: #B7B7B7;
|
||||||
padding: 0 5px;
|
|
||||||
color: #b7b7b7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.BreadCrumb > ol > li:before {
|
.BreadCrumb > ol > li + li:before {
|
||||||
|
content: "/";
|
||||||
|
padding: 0 5px;
|
||||||
|
color: #B7B7B7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.BreadCrumb > ol > li > .active {
|
.BreadCrumb > ol > li > .active {
|
||||||
|
|||||||
Reference in New Issue
Block a user