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
  • ce3899e8
    Issue #3123811 by sd9121, lauriii, codewithlakshay, kostyashupenko,... · ce3899e8
    Lauri Timmanee authored
    Issue #3123811 by sd9121, lauriii, codewithlakshay, kostyashupenko, priyanka.sahni, hansa11, obmsmith, ckrina, xjm, saschaeggi, rkoller: Grey text in Claro theme failed accessibility
@@ -80,7 +80,7 @@
@@ -80,7 +80,7 @@
.admin-item__description {
.admin-item__description {
margin: 0.5em 0 0.25em;
margin: 0.5em 0 0.25em;
color: var(--color-gray-600);
color: var(--color-gray-800);
}
}
[dir="rtl"] .admin-item__description {
[dir="rtl"] .admin-item__description {
Loading