Make close button always show on hover, even for inactive tabs (#178)

This commit is contained in:
Evan Simkowitz
2024-07-30 15:06:02 -07:00
committed by GitHub
parent d4162777af
commit f475c7432f
+1 -1
View File
@@ -78,7 +78,7 @@
}
}
&.active:hover .close {
&:hover .close {
visibility: visible;
}
}