Remove extra slash from vfsPath first child

This commit is contained in:
Hadi Nategh 2019-06-03 16:31:18 +02:00
parent 016cfc79ef
commit afc8626761

View File

@ -1021,6 +1021,9 @@ li.vfsPath.et2_clickable:last-child:before {
padding-left: 10px;
padding-right: 2px;
}
li.vfsPath.et2_clickable:last-child:after {
display: none !important;
}
li.vfsPath.et2_clickable:not(:first-child):after {
content: '/';
width: 8px;