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
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
  • dd250aca
    Issue #3276469 by Wim Leers, Reinmar: [drupalMedia]... · dd250aca
    Alex Pott authored
    Issue #3276469 by Wim Leers, Reinmar: [drupalMedia] MediaImageTextAlternativeUi has an extraneous border on the "cancel" button
@@ -98,10 +98,6 @@
border-radius: 0;
}
.ck.ck-media-alternative-text-form .ck-button:last-of-type {
border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck .ck-media-alternative-text-form__default-alt-text-label {
font-weight: bold;
}
Loading