From 63bf49da1bdc8551b499530c827036d814f6298f Mon Sep 17 00:00:00 2001 From: thsparks Date: Tue, 15 Oct 2024 15:28:43 -0700 Subject: [PATCH] Change css for when hiding the flyout to simply hide the flyoutHeader so we're not relying on its right border. Will send separate Minecraft repo change to add border to the workspaceHeader instead. --- theme/tutorial.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/tutorial.less b/theme/tutorial.less index 5f11ddd42d1..bbeba42f025 100644 --- a/theme/tutorial.less +++ b/theme/tutorial.less @@ -643,7 +643,7 @@ code.lang-filterblocks { } .hideToolbox #headers #flyoutHeader { - border-right: none; + display: none; } /*******************************