From bb0436661d3a0220cb493879de6f8a4ecae198e4 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Jun 2023 09:15:52 -0600 Subject: [PATCH] Home: Fix missing portlet settings button --- api/js/etemplate/Et2Portlet/Et2Portlet.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/js/etemplate/Et2Portlet/Et2Portlet.ts b/api/js/etemplate/Et2Portlet/Et2Portlet.ts index 7f3aeffa51..16cb372d6f 100644 --- a/api/js/etemplate/Et2Portlet/Et2Portlet.ts +++ b/api/js/etemplate/Et2Portlet/Et2Portlet.ts @@ -92,11 +92,11 @@ export class Et2Portlet extends Et2Widget(SlCard) user-select: none; } - .portlet__header et2-button-icon { + .portlet__header .portlet__settings-icon { display: none; } - .portlet__header:hover et2-button-icon { + .portlet__header:hover .portlet__settings-icon { display: initial; } @@ -577,8 +577,9 @@ export class Et2Portlet extends Et2Widget(SlCard)
${this.headerTemplate()} - + +
${this.bodyTemplate()} ${this.footerTemplate()}