fix: Fixed changing tab having the wrong focus on the website, b=(closes #8587), c=workspaces

This commit is contained in:
Mr. M 2025-05-27 13:38:16 +02:00
parent de175bff11
commit 4aa215e091
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -9,7 +9,7 @@
<hbox class="zen-current-workspace-indicator-icon"></hbox> <hbox class="zen-current-workspace-indicator-icon"></hbox>
<hbox class="zen-current-workspace-indicator-name"></hbox> <hbox class="zen-current-workspace-indicator-name"></hbox>
</vbox> </vbox>
<arrowscrollbox orient="vertical" tabindex="-1" class="workspace-arrowscrollbox"> <arrowscrollbox orient="vertical" class="workspace-arrowscrollbox">
<vbox class="zen-workspace-tabs-section zen-workspace-pinned-tabs-section"> <vbox class="zen-workspace-tabs-section zen-workspace-pinned-tabs-section">
<html:div class="vertical-pinned-tabs-container-separator"></html:div> <html:div class="vertical-pinned-tabs-container-separator"></html:div>
</vbox> </vbox>