Merge branch 'fix-solid-csd' into 'master'

Adwaita: Reduce the solid csd borders

Closes #2997

See merge request GNOME/gtk!2372
This commit is contained in:
Matthias Clasen 2020-08-05 14:13:21 +00:00
commit edc2adbb5b

View File

@ -3783,7 +3783,7 @@ window {
&.solid-csd {
margin: 0;
padding: 0;
border: solid 14px $borders_color;
border: solid 1px $borders_color;
border-radius: 0;
box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;