forked from AuroraMiddleware/gtk
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:
parent
c2bdae23a1
commit
474d36499a
@ -56,6 +56,10 @@ flowboxchild:focus(visible) {
|
|||||||
-gtk-icon-size: 32px;
|
-gtk-icon-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
image.drag-icon {
|
||||||
|
-gtk-icon-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
These wildcard seems unavoidable, need to investigate.
|
These wildcard seems unavoidable, need to investigate.
|
||||||
Wildcards are bad and troublesome, use them with care,
|
Wildcards are bad and troublesome, use them with care,
|
||||||
|
Loading…
Reference in New Issue
Block a user