[HCM] Set the correct color for the icon in the merge button when focused with the keyboard (bug 2033603)

This commit is contained in:
Calixte Denizet 2026-04-21 19:24:21 +02:00
parent 56d730e975
commit 9bfad05173

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);
}
}
}