Skip to content
Snippets Groups Projects

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

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • a4e507dc
    Issue #3212470 by JeroenT, Gauravmahlawat: Placeholder CSS selector in... · a4e507dc
    Alex Pott authored
    Issue #3212470 by JeroenT, Gauravmahlawat: Placeholder CSS selector in off-canvas.reset.css is wrong
@@ -624,8 +624,8 @@
box-shadow: none;
}
#drupal-off-canvas input:placeholder,
#drupal-off-canvas textarea:placeholder {
#drupal-off-canvas input::placeholder,
#drupal-off-canvas textarea::placeholder {
color: gray;
}
Loading