mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
Prior to this fix pressing tab multiple times in the sidebar, you would end up focusing invisible "sidebar-section-header-button". This change ensures the button will become visible when tabbing even if not hovering this section. The `background: transparent change` is to avoid a flashing background due to different transition timing on the collapsable button.