Sha256: be74b443e215a9ef9d8aac59136421dbc21f6a2e182b41a6d090af86cbe648d4
Contents?: true
Size: 635 Bytes
Versions: 19
Compression:
Stored size: 635 Bytes
Contents
.breadcrumb-item { display: inline-block; margin-left: -0.35em; white-space: nowrap; list-style: none; &::after { display: inline-block; height: 0.8em; margin: 0 0.5em; content: ''; border-right: 0.1em solid var(--borderColor-neutral-emphasis); transform: rotate(15deg) translateY(0.0625em); } &:first-child { margin-left: 0; } } .breadcrumb-item-selected, .breadcrumb-item[aria-current]:not([aria-current='false']) { &::after { content: none; } } .breadcrumb-item-selected a { color: var(--fgColor-default); cursor: default !important; text-decoration: none !important; }
Version data entries
19 entries across 19 versions & 2 rubygems