From 416161e6174fd0d78d5369e8e3007531d96085ab Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Thu, 2 Jul 2026 23:44:19 -0500 Subject: [PATCH] fix to previous commit. --- client/homebrew/editor/snippetbar/snippetbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index a9fca4c86..88cdcbc00 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -145,7 +145,7 @@ .menu-wrapper { - .menu-item:first-child { + .menu-item:is(.snippets > .menu-wrapper > .menu-item):first-child { .caret { display: none; }