From 9bfad05173a8ee075d166224933639f6dbbee1a7 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 21 Apr 2026 19:24:21 +0200 Subject: [PATCH] [HCM] Set the correct color for the icon in the merge button when focused with the keyboard (bug 2033603) --- web/views_manager.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/views_manager.css b/web/views_manager.css index 0af2890f5..796824549 100644 --- a/web/views_manager.css +++ b/web/views_manager.css @@ -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); } } }