mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
themes: Prevent "bold" button icons when focused
Extends aefdb84b
to all buttons with images.
This commit is contained in:
parent
5c287b9b9d
commit
337ec4cd57
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue