master @ 21 LINES
[ HISTORY ] [ UP ]
┌─ SCSS ─────────────────────────────────────────────────────────────────────┐
│ .tree-link { │
│ color: var(--ink); │
│ text-decoration: none; │
│ │
│ &:hover { │
│ text-decoration: underline; │
│ text-underline-offset: 3px; │
│ } │
│ │
│ &:focus-visible { │
│ outline: 1px dashed var(--ink); │
│ outline-offset: 1px; │
│ } │
│ │
│ &.tree-current { │
│ background: var(--ink); │
│ color: var(--paper); │
│ font-weight: 700; │
│ } │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ SCSS ───────────────────────────────┐
│ .tree-link { │
│ color: var(--ink); │
│ text-decoration: none; │
│ │
│ &:hover { │
│ text-decoration: underline; │
│ text-underline-offset: 3px; │
│ } │
│ │
│ &:focus-visible { │
│ outline: 1px dashed var(--ink); │
│ outline-offset: 1px; │
│ } │
│ │
│ &.tree-current { │
│ background: var(--ink); │
│ color: var(--paper); │
│ font-weight: 700; │
│ } │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET