diff --git a/core/modules/system/templates/image.html.twig b/core/modules/system/templates/image.html.twig index 2f29304..6411eaa 100644 --- a/core/modules/system/templates/image.html.twig +++ b/core/modules/system/templates/image.html.twig @@ -12,9 +12,4 @@ * @ingroup themeable */ #} -{% -set classes = [ - style_name ? 'image-style-' ~ style_name|clean_class, -] -%} - + diff --git a/core/modules/system/templates/item-list.html.twig b/core/modules/system/templates/item-list.html.twig index bd71e7f..fdb151e 100644 --- a/core/modules/system/templates/item-list.html.twig +++ b/core/modules/system/templates/item-list.html.twig @@ -19,7 +19,7 @@ */ #} {%- if items or empty -%} -
+
{%- if title is not empty -%}

{{ title }}

{%- endif -%} diff --git a/core/themes/classy/templates/system/indentation.html.twig b/core/themes/classy/templates/system/indentation.html.twig deleted file mode 100644 index e5e7b32..0000000 --- a/core/themes/classy/templates/system/indentation.html.twig +++ /dev/null @@ -1,20 +0,0 @@ -{# -/** - * @file - * Default theme implementation for a set of indentation divs. - * - * These
tags are used for drag and drop tables. - * - * Available variables: - * - size: Optional. The number of indentations to create. - * - * @ingroup themeable - */ -#} - -{% for i in 1..size if size > 0 %}
 
{% endfor %}