themes: Prevent "bold" button icons when focused

Extends aefdb84b to all buttons with images.
This commit is contained in:
Alx Sa 2024-04-17 10:37:49 +00:00
parent 5c287b9b9d
commit 337ec4cd57

View file

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