Commit 85e90919 authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #3266511 by hswong3i: [Barrio] Details elements have incorrect aria-describedby attributes

parent d39c1b4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Bootstrap Barrio
type: theme
description: 'A flexible Booststrap based theme, with many regions and a responsive, mobile-first layout.'
core: 8.x
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^9.4 || ^10
base theme: false

libraries:
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
        <strong>{{ errors }}</strong>
      </div>
    {% endif %}
    {%- if description -%}
      <small class="details-description text-muted">{{ description }}</small>
    {%- if description.content -%}
      <small {{ description.attributes.addClass('details-description text-muted') }}>{{ description.content }}</small>
    {%- endif -%}
    {%- if children -%}
      {{ children }}