N°3562 - Cleanup removed images in light-grey.scss

This commit is contained in:
odain
2020-12-21 10:27:23 +01:00
parent a1030e3f81
commit c1fc502916

View File

@@ -3550,16 +3550,6 @@
text-decoration: none;
color: $breadcrumb-highlight-color;
}
&::after {
content: '';
position: absolute;
background-image: url($approot-relative + "images/breadcrumb-separator.png?v=" + $version);
background-repeat: no-repeat;
width: 8px;
height: 16px;
margin-left: 5px;
}
}
&:last-child a::after {