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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@
}
}
&.active:hover .close {
&:hover .close {
visibility: visible;
}
}