// Data view .dataview { .row { justify-content: space-around; } ul { padding: 0 10px; list-style: none; li { display: inline-block; } } .row.list:last-child li:not(.active):last-child::after { content: none; } .row.list:last-child li.active:last-child, .active { position: relative; z-index: 1; &::after { content: ''; position: absolute; width: 22px; height: 22px; right: -5px; left: auto; bottom: -5px; transform: none; .encoded-svg-mask(''); } } }