From ceb99334f540faf80b214d61337d58edcdac6fbe Mon Sep 17 00:00:00 2001 From: Josemi Date: Fri, 29 Nov 2024 18:50:35 +0100 Subject: [PATCH] wc: Fix styles for section filters #TASK-7216 #TASK-7100 --- .../commons/forms/section-filter.js | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/webcomponents/commons/forms/section-filter.js b/src/webcomponents/commons/forms/section-filter.js index 822c01c101..9d8e766fc4 100644 --- a/src/webcomponents/commons/forms/section-filter.js +++ b/src/webcomponents/commons/forms/section-filter.js @@ -14,12 +14,9 @@ * limitations under the License. */ -import {LitElement, html} from "lit"; +import {LitElement, html, nothing} from "lit"; import UtilsNew from "../../../core/utils-new.js"; -/** - * This is a wrapper component of a group of filters -* */ export default class SectionFilter extends LitElement { constructor() { @@ -54,22 +51,17 @@ export default class SectionFilter extends LitElement { render() { const id = this.config.title.replace(/ /g, ""); return this.config && this.filters?.length > 0 ? html` -
-