mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Breadcrumb drop-down icon to 12px
This commit is contained in:
@@ -458,6 +458,10 @@ legend {
|
|||||||
color: @grey;
|
color: @grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.crumb-icon {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -861,7 +861,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
|||||||
if (navigation[itm].active) {
|
if (navigation[itm].active) {
|
||||||
html += "<a href=\"\" class=\"toggle\" ";
|
html += "<a href=\"\" class=\"toggle\" ";
|
||||||
html += "data-toggle=\"dropdown\" ";
|
html += "data-toggle=\"dropdown\" ";
|
||||||
html += ">" + navigation[itm].label + " <i class=\"icon-chevron-sign-down\"></i></a>";
|
html += ">" + navigation[itm].label + " <i class=\"icon-chevron-sign-down crumb-icon\"></i></a>";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ angular.module('ListGenerator', ['GeneratorHelpers'])
|
|||||||
if (navigation[itm].active) {
|
if (navigation[itm].active) {
|
||||||
html += "<a href=\"\" class=\"toggle\" ";
|
html += "<a href=\"\" class=\"toggle\" ";
|
||||||
html += "data-toggle=\"dropdown\" ";
|
html += "data-toggle=\"dropdown\" ";
|
||||||
html += ">" + navigation[itm].label + " <i class=\"icon-chevron-sign-down\"></i></a>";
|
html += ">" + navigation[itm].label + " <i class=\"icon-chevron-sign-down crumb-icon\"></i></a>";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user