Sha256: 868b581d1b83371250077d0e277f4db5543836463115bb58fc4b881d229f5b7c

Contents?: true

Size: 804 Bytes

Versions: 3

Compression:

Stored size: 804 Bytes

Contents

anchored-position[popover] {
  border-width: 0;
  padding: 0;
  position: absolute;
  min-width: 192px;
  inset: auto;
  overflow: visible;
}

.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;
  }
}

/* This reverts the declaration above for native popover, where `:open` is supported (Chrome 113, Safari TP) */
@supports selector(:open) {
  anchored-position[popover]:not(.\:popover-open) {
      display: revert;
  }
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
openproject-primer_view_components-0.11.0 app/components/primer/alpha/overlay.pcss
openproject-primer_view_components-0.10.0 app/components/primer/alpha/overlay.pcss
primer_view_components-0.9.0 app/components/primer/alpha/overlay.pcss