From 337ec4cd5788fa0611ebb4cb2c65307ed1ce8981 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Wed, 17 Apr 2024 10:37:49 +0000 Subject: [PATCH] themes: Prevent "bold" button icons when focused Extends aefdb84b to all buttons with images. --- themes/Default/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Default/common.css b/themes/Default/common.css index 3dd670ecc0..3c6019ad55 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -238,7 +238,7 @@ toolbutton button.flat:hover { toolbutton button.flat:checked, toolbutton button.flat:checked:hover, -.image-button:hover { +.image-button:hover, viewport button:hover { background: @selected-color; } @@ -251,7 +251,7 @@ toolbutton button.flat:checked:active:hover { } /* Prevent overly thick border around image buttons */ -.image-button image { +.image-button image, button image { -gtk-icon-shadow: 0 0 transparent; }