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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 3761178e
    Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's... · 3761178e
    Lauri Timmanee authored
    Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's blockquote pseudo-element decoration *sometimes* does not display properly
@@ -158,7 +158,7 @@
.text-content blockquote:before, .cke_editable blockquote:before {
position: absolute;
top: 0;
content: "";
content: "\201C";
color: var(--color--primary-60);
font-size: 3.375rem;
}
Loading