fix: tooltips on git buttons work now

This commit is contained in:
2026-02-24 06:44:55 +01:00
parent 3488130953
commit 1878568e7a

View File

@@ -45,6 +45,11 @@
.git-sidebar-icon-button svg {
width: 16px;
height: 16px;
pointer-events: none;
}
.git-sidebar-icon-button svg * {
pointer-events: none;
}
.git-action-branch-line,