Skip to content

Fixed _drawing.scss dark shadows only.

Sur3 requested to merge Sur3/gtk:patch-1 into gtk-3-24

White shadows produce some weird looking results in some cases, where not only text but also icons look broken. Also dark shadows seem to work fine with both normal Adwaita as well as Adwaita-dark, I also tested some lighter themes and they also look fine with dark shadows and the icons look even more broken there with white shadows. So I think the white shadows just bloat the code and produce ugly results and therefore should be removed.

Before: shadow_before

With Dark shadows only: shadow_after

Edited by Sur3

Merge request reports