Sha256: 2611778e8da13526a2ad4a0f450f2970df3e504177496baa752c250c55a1c93c
Contents?: true
Size: 602 Bytes
Versions: 8
Compression:
Stored size: 602 Bytes
Contents
anchored-position[popover] { border-width: 0; padding: 0; position: absolute; min-width: 192px; inset: auto; overflow: visible; background: none; } .Overlay { display: flex; } anchored-position[popover]:not(.\:popover-open) { display: none; } anchored-position.not-anchored::backdrop { background-color: var(--overlay-backdrop-bgColor, var(--color-neutral-muted)); } /* This reverts the declaration above for native popover, where `:popover-open` is supported */ @supports selector(:popover-open) { anchored-position[popover]:not(.\:popover-open) { display: revert; } }
Version data entries
8 entries across 8 versions & 2 rubygems