Bring latest changes from starter kit: from 10.0.7 to 10.1.2

Created on 6 August 2023, 11 months ago
Updated 14 September 2023, 10 months ago

Changes from starterkit from 10.0.7

diff --git a/core/themes/starterkit_theme/css/components/action-links.css b/core/themes/starterkit_theme/css/components/action-links.css
index 274d798e18..7e648df41e 100644
--- a/core/themes/starterkit_theme/css/components/action-links.css
+++ b/core/themes/starterkit_theme/css/components/action-links.css
@@ -29,13 +29,13 @@
   text-decoration: none;
   line-height: 160%;
 }
-.button-action:before {
+.button-action::before {
   margin-left: -0.1em; /* LTR */
   padding-right: 0.2em; /* LTR */
   content: "+";
   font-weight: 900;
 }
-[dir="rtl"] .button-action:before {
+[dir="rtl"] .button-action::before {
   margin-right: -0.1em;
   margin-left: 0;
   padding-right: 0;
diff --git a/core/themes/starterkit_theme/css/components/breadcrumb.css b/core/themes/starterkit_theme/css/components/breadcrumb.css
index 1e6a7fac71..1a20eaffa3 100644
--- a/core/themes/starterkit_theme/css/components/breadcrumb.css
+++ b/core/themes/starterkit_theme/css/components/breadcrumb.css
@@ -21,9 +21,9 @@
   list-style-type: none;
 }
 /* IE8 does not support :not() and :last-child. */
-.breadcrumb li:before {
+.breadcrumb li::before {
   content: " \BB ";
 }
-.breadcrumb li:first-child:before {
+.breadcrumb li:first-child::before {
   content: none;
 }
diff --git a/core/themes/starterkit_theme/css/components/container-inline.css b/core/themes/starterkit_theme/css/components/container-inline.css
index 64b78f683b..1a91f17f71 100644
--- a/core/themes/starterkit_theme/css/components/container-inline.css
+++ b/core/themes/starterkit_theme/css/components/container-inline.css
@@ -3,12 +3,12 @@
  * Inline items.
  */
 
-.container-inline label:after,
-.container-inline .label:after {
+.container-inline label::after,
+.container-inline .label::after {
   content: ":";
 }
-.form-type-radios .container-inline label:after,
-.form-type-checkboxes .container-inline label:after {
+.form-type-radios .container-inline label::after,
+.form-type-checkboxes .container-inline label::after {
   content: "";
 }
 .form-type-radios .container-inline .form-type-radio,
diff --git a/core/themes/starterkit_theme/css/components/form.css b/core/themes/starterkit_theme/css/components/form.css
index b840022397..d53d31fe19 100644
--- a/core/themes/starterkit_theme/css/components/form.css
+++ b/core/themes/starterkit_theme/css/components/form.css
@@ -70,7 +70,7 @@ label.option {
 .marker {
   color: #e00;
 }
-.form-required:after {
+.form-required::after {
   display: inline-block;
   width: 6px;
   height: 6px;
@@ -93,7 +93,7 @@ abbr.ajax-changed {
 }
 
 /* Inline error messages. */
-.form-item--error-message:before {
+.form-item--error-message::before {
   display: inline-block;
   width: 14px;
   height: 14px;
diff --git a/core/themes/starterkit_theme/css/components/progress.css b/core/themes/starterkit_theme/css/components/progress.css
index 91d793b2e7..1579776f52 100644
--- a/core/themes/starterkit_theme/css/components/progress.css
+++ b/core/themes/starterkit_theme/css/components/progress.css
@@ -20,7 +20,6 @@
   -webkit-transition: width 0.5s ease-out;
   transition: width 0.5s ease-out;
   -webkit-animation: animate-stripes 3s linear infinite;
-  -moz-animation: animate-stripes 3s linear infinite;
   border: 1px #07629a solid;
   border-radius: 10em;
   background: #057ec9;
@@ -33,7 +32,6 @@
   margin-right: -1px;
   margin-left: 0;
   -webkit-animation-direction: reverse;
-  -moz-animation-direction: reverse;
   animation-direction: reverse;
 }
 
@@ -42,7 +40,6 @@
     -webkit-transition: none;
     transition: none;
     -webkit-animation: none;
-    -moz-animation: none;
   }
 }
 
diff --git a/core/themes/starterkit_theme/templates/form/dropbutton-wrapper.html.twig b/core/themes/starterkit_theme/templates/form/dropbutton-wrapper.html.twig
index a2bdc21d67..930e6ef607 100644
--- a/core/themes/starterkit_theme/templates/form/dropbutton-wrapper.html.twig
+++ b/core/themes/starterkit_theme/templates/form/dropbutton-wrapper.html.twig
@@ -11,7 +11,7 @@
 #}
 {% if children %}
   {% apply spaceless %}
-    <div class="dropbutton-wrapper">
+    <div class="dropbutton-wrapper" data-drupal-ajax-container>
       <div class="dropbutton-widget">
         {{ children }}
       </div>
diff --git a/core/themes/starterkit_theme/templates/navigation/menu.html.twig b/core/themes/starterkit_theme/templates/navigation/menu.html.twig
index ef04cedd17..91bd0f475c 100644
--- a/core/themes/starterkit_theme/templates/navigation/menu.html.twig
+++ b/core/themes/starterkit_theme/templates/navigation/menu.html.twig
@@ -9,7 +9,7 @@
  *   - attributes: HTML attributes for the menu item.
  *   - below: The menu item child items.
  *   - title: The menu link title.
- *   - url: The menu link url, instance of \Drupal\Core\Url
+ *   - url: The menu link URL, instance of \Drupal\Core\Url
  *   - localized_options: Menu link localized options.
  *   - is_expanded: TRUE if the link has visible children within the current
  *     menu tree.
✨ Feature request
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia VladimirAus Brisbane, Australia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024