From f475c7432f2301dc9043cd74d4aabcda9400f00d Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 30 Jul 2024 15:06:02 -0700 Subject: [PATCH] Make close button always show on hover, even for inactive tabs (#178) --- frontend/app/tab/tab.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/tab/tab.less b/frontend/app/tab/tab.less index d10ab58cc..5056e04c4 100644 --- a/frontend/app/tab/tab.less +++ b/frontend/app/tab/tab.less @@ -78,7 +78,7 @@ } } - &.active:hover .close { + &:hover .close { visibility: visible; } }