diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 5bad9d7147..dd3fcec026 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -56,6 +56,10 @@ flowboxchild:focus(visible) { -gtk-icon-size: 32px; } +image.drag-icon { + -gtk-icon-size: 32px; +} + /* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care,