Sha256: fac1c3478c1c2f5ecd4a15b866f6f43cf1093ec70e92c8d0bc26bf35727d7d2b
Contents?: true
Size: 602 Bytes
Versions: 6
Compression:
Stored size: 602 Bytes
Contents
/* stylelint-disable selector-max-type, selector-no-qualifying-type */ anchored-position[popover] { position: absolute; min-width: 192px; padding: 0; overflow: visible; border-width: 0; } anchored-position:not(.Overlay) { background: none; } .Overlay[popover]:not(:popover-open) { display: none } anchored-position.not-anchored::backdrop, dialog::backdrop { background-color: var(--overlay-backdrop-bgColor, var(--color-neutral-muted)); } select-panel dialog::backdrop { background: none; } @media (forced-colors: active) { .Overlay { outline: solid 1px transparent; } }
Version data entries
6 entries across 6 versions & 2 rubygems