Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 817b9ec1
    Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm,... · 817b9ec1
    Lee Rowlands authored
    Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable
@@ -168,6 +168,6 @@
}
#drupal-off-canvas .form-item .form-item__description {
color: var(--color-whitesmoke);
color: var(--color-gray-050);
font-size: 0.75rem;
}
Loading