GNOME Bugzilla – Bug 763824
[HighContrast(|Inverse)] dnd on a GtkFileChooserButton does weird things
Last modified: 2016-03-18 14:50:15 UTC
Created attachment 324200 [details] Screenshot. When using HighContrast/HighContrastInverse themes, drag’n’dropping a text on a GtkFileChooserButton makes a weird resizing, and (on HighContrast) adds an unneeded extra border.
there's a box underneat which gets the :drop(active) state as well, so it needs to be specialcased, relevant code from adwaita: filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
*** This bug has been marked as a duplicate of bug 763823 ***