GNOME Bugzilla – Bug 763823
[HighContrast(|Inverse)] dnd on a vertical spinbutton does a weird resizing
Last modified: 2016-03-18 14:51:15 UTC
Created attachment 324199 [details] Screenshot. When using HighContrast/HighContrastInverse themes, drag’n’dropping on a vertical spinbutton (like in page 2 of the Widget Factory) makes it weirdly resize.
this is general for dnd, since HC sets a border on :drop(active) targets making them grow when it's not present. Somethin like this should be used: *:drop(active) { border-color: something; box-shadow: inset 0 0 0 1px something; }
Created attachment 324282 [details] [review] High Contrast: fix drop states
*** Bug 763824 has been marked as a duplicate of this bug. ***
Attachment 324282 [details] pushed as ad98651 - High Contrast: fix drop states