From 5b54e07b1b3b579191051ab0f4d81f8caf3e0774 Mon Sep 17 00:00:00 2001 From: Sufiyan Date: Tue, 7 Jan 2025 18:50:29 +0530 Subject: [PATCH] Hide bulk-generate button in drill-down. - The Bulk generate button should not be displayed in details tab in the examples interactive server. --- core/src/main/resources/static/layout.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/static/layout.css b/core/src/main/resources/static/layout.css index 063a03144..aeb45b510 100644 --- a/core/src/main/resources/static/layout.css +++ b/core/src/main/resources/static/layout.css @@ -150,8 +150,7 @@ header { } &[data-panel="details"] { - --_background-color: var(--gray); - pointer-events: none; + display: none; } } @@ -159,7 +158,7 @@ header { --_content: "Test Selected"; &[data-panel="details"] { - --_content: "Test Examples"; + --_content: "Test Example"; } }