Sha256: d977d14836906962196ea7c3455bdc4ee6acaff23bef0a162f5485c208f9052c

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 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(--color-fg-muted);
    transform: rotate(15deg);
  }

  &: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(--color-fg-default);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/beta/breadcrumbs.pcss
yattho_view_components-0.0.1 app/components/yattho/beta/breadcrumbs.pcss