Merge pull request #21135 from calixteman/bug2033603

[HCM] Set the correct color for the icon in the merge button when focused with the keyboard (bug 2033603)
This commit is contained in:
Tim van der Meij 2026-04-21 20:21:12 +02:00 committed by GitHub
commit fe48736846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -366,6 +366,7 @@
&::before {
mask-repeat: no-repeat;
mask-image: var(--views-manager-add-file-button-icon);
background-color: var(--button-fg);
}
> input {
@ -385,6 +386,7 @@
&::before {
mask-repeat: no-repeat;
mask-image: var(--current-outline-button-icon);
background-color: var(--button-fg);
}
}
}