Added experimental breadcrumb traversal

This commit is contained in:
Dan Brown
2019-02-24 15:57:35 +00:00
parent e70423c73f
commit 035a0d8efb
17 changed files with 296 additions and 11 deletions

View File

@ -340,10 +340,6 @@ span.sep {
/**
* Icons
*/
i {
padding-right: $-xs;
}
.svg-icon {
width: 1em;
height: 1em;
@ -351,5 +347,6 @@ i {
position: relative;
bottom: -0.105em;
margin-right: $-xs;
pointer-events: none;
}