Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
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