Skip to content
Snippets Groups Projects

Issue #3410350 by Grimreaper, pdureau: Remove special entity status management

9 files
+ 0
61
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 0
7
/* Paragraphs already provides a class when unpublished. */
.paragraph--unpublished,
.is-unpublished {
--bs-bg-opacity: 0.1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
Loading