From 9eb176bc841e878de0aa38e046830820503dae33 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 16 Oct 2025 11:41:26 -0500 Subject: VimFX: Add heading to tab groups CSS --- common/.vimfx/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css index 588f9f6..5980e88 100644 --- a/common/.vimfx/userChrome.css +++ b/common/.vimfx/userChrome.css @@ -62,7 +62,7 @@ findbar { padding-block: 0 !important } findbar, #statuspanel, #TabsToolbar, #nav-bar { font-family: monospace; } - +/* * Tab Groups */ tabs:has(tab-group) { counter-reset: group-index } tab-group > vbox > label::before { counter-increment: group-index; -- cgit v1.2.3