master @ 20 LINES
[ HISTORY ] [ UP ]
┌─ SCSS ─────────────────────────────────────────────────────────────────────┐
│ .select { │
│ white-space: pre; │
│ │
│ select { │
│ appearance: none; │
│ font: inherit; │
│ color: inherit; │
│ background: transparent; │
│ border: 0; │
│ padding: 0; │
│ margin: 0; │
│ cursor: pointer; │
│ │
│ &:focus-visible { │
│ outline: 1px dashed currentColor; │
│ outline-offset: 2px; │
│ } │
│ } │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ SCSS ───────────────────────────────┐
│ .select { │
│ white-space: pre; │
│ │
│ select { │
│ appearance: none; │
│ font: inherit; │
│ color: inherit; │
│ background: transparent; │
│ border: 0; │
│ padding: 0; │
│ margin: 0; │
│ cursor: pointer; │
│ │
│ &:focus-visible { │
│ outline: 1px dashed currentColor; │
│ outline-offset: 2px; │
│ } │
│ } │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET