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.bodyTemplate()}