keep instance tab close buttons visible

This commit is contained in:
Shantur Rathore
2025-12-03 00:09:07 +00:00
parent 11be314f63
commit 9e0fbd185d
3 changed files with 31 additions and 29 deletions

View File

@@ -51,7 +51,7 @@
}
.tab-close {
@apply opacity-0 group-hover:opacity-100 hover:bg-red-500 hover:text-white rounded p-0.5 transition-all cursor-pointer;
@apply opacity-100 hover:bg-red-500 hover:text-white rounded p-0.5 transition-all cursor-pointer;
}
.tab-close:focus-visible {