Adwaita: Set an icon size for drag icons

This makes drag icons set from icon names come out
at a size that it large enough to not disappear under
the drag cursor.
This commit is contained in:
Matthias Clasen 2017-12-10 21:17:13 -05:00
parent c2bdae23a1
commit 474d36499a

View File

@ -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,