From c9da14d67503ed533542b445a6a3f8574a72fb76 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 9 May 2025 11:58:49 -0700 Subject: [PATCH] style: update class for tab content in MainContentTabbed.php - Changed the class attribute from "content" to "tab-content content" for better semantic clarity and improved styling consistency in the tabbed layout. --- .../dynamix/include/DefaultPageLayout/MainContentTabbed.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout/MainContentTabbed.php b/emhttp/plugins/dynamix/include/DefaultPageLayout/MainContentTabbed.php index 06319bfeb..82317b331 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout/MainContentTabbed.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout/MainContentTabbed.php @@ -42,9 +42,8 @@ id="-panel" role="tabpanel" aria-labelledby="" - class="content" + class="tab-content content" tabindex="0" - style="display:none;" >