Skip to content

Commit

Permalink
Hide bulk-generate button in drill-down.
Browse files Browse the repository at this point in the history
- The Bulk generate button should not be displayed in details tab
  in the examples interactive server.
  • Loading branch information
StarKhan6368 authored and nashjain committed Jan 7, 2025
1 parent 6ae89cf commit 5b54e07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/resources/static/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,15 @@ header {
}

&[data-panel="details"] {
--_background-color: var(--gray);
pointer-events: none;
display: none;
}
}

&#bulk-test {
--_content: "Test Selected";

&[data-panel="details"] {
--_content: "Test Examples";
--_content: "Test Example";
}
}

Expand Down

0 comments on commit 5b54e07

Please sign in to comment.