Describe the bug
In recent template rework, we improved also styling options by adding sidebars into ablog-sidebar-item ablog__<template_name> containers. For example, the recentposts.html template is wrapped in <div class="ablog-sidebar-item ablog__recentposts">.
But some sidebars don't follow this naming rule (likely by typo?):
archives.html has ablog-sidebar-item ablog__archive
categories.html has ablog-sidebar-item ablog__category
tagcloud.html has ablog-sidebar-item ablog__tags
IMHO, it's still a time to name it properly. Is anybody using it already? It looks not yet.
Anyway, I suggest to fix it in backward-compatible manner. E.g., ablog-sidebar-item ablog__tags will become ablog-sidebar-item ablog__tagcloud ablog__tags.
To Reproduce
No response
Screenshots
No response
System Details
No response
Installation method
No response
Describe the bug
In recent template rework, we improved also styling options by adding sidebars into
ablog-sidebar-item ablog__<template_name>containers. For example, therecentposts.htmltemplate is wrapped in<div class="ablog-sidebar-item ablog__recentposts">.But some sidebars don't follow this naming rule (likely by typo?):
archives.htmlhasablog-sidebar-item ablog__archivecategories.htmlhasablog-sidebar-item ablog__categorytagcloud.htmlhasablog-sidebar-item ablog__tagsIMHO, it's still a time to name it properly. Is anybody using it already? It looks not yet.
Anyway, I suggest to fix it in backward-compatible manner. E.g.,
ablog-sidebar-item ablog__tagswill becomeablog-sidebar-item ablog__tagcloud ablog__tags.To Reproduce
No response
Screenshots
No response
System Details
No response
Installation method
No response