themes: Removing more instances of -gtk-icon-shadow

Per Bruno Lopes, we should extend aefdb84b to also cover
dropdown box arrows and GimpSpinScale buttons.
This commit is contained in:
Alx Sa 2024-04-18 18:06:35 +00:00
parent 8b181f9925
commit 77ee80f329

View file

@ -122,6 +122,10 @@ combobox button {
background-color: @widget-bg-color; background-color: @widget-bg-color;
} }
combobox arrow {
-gtk-icon-shadow: none;
}
/* Get rid of the outline around all tabs in the gimpcolordialog */ /* Get rid of the outline around all tabs in the gimpcolordialog */
GimpColorNotebook .frame { GimpColorNotebook .frame {
border-color: @bg-color; border-color: @bg-color;
@ -424,6 +428,7 @@ GimpSpinScale entry progress {
GimpSpinScale button GimpSpinScale button
{ {
border-color: @border-color; border-color: @border-color;
-gtk-icon-shadow: none;
} }
/* Checkboxes */ /* Checkboxes */