Sha256: d0c7d6d5612e4a824b8430d492b5519010c624098fa5e80767d689321a9cfc91
Contents?: true
Size: 340 Bytes
Versions: 8
Compression:
Stored size: 340 Bytes
Contents
// stylelint-disable selector-max-type .details-overlay[open] > summary::before { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 80; display: block; cursor: default; content: " "; background: transparent; } .details-overlay-dark[open] > summary::before { z-index: 99; background: $black-fade-50; }
Version data entries
8 entries across 8 versions & 3 rubygems