mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03: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:
parent
8365eaaae9
commit
045f7b4a30
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user