align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
+ opacity: 0.7;
.icon-list-item {
width: auto;
padding-top: $-xs;
padding-bottom: $-xs;
- &:not(:hover) {
- color: #666;
- fill: #888;
- }
}
.separator {
display: inline-block;
line-height: 0.8;
margin: -2px 0 0;
}
+ &:hover {
+ opacity: 1;
+ }
}
.breadcrumb-listing {