In Gnome 3.20, I can no longer remove the small border under the titlebar using this snippet in ~/.config/gtk-3.0/gtk.css (suggested here Reduce title bar height in gnome 3 / gtk+ 3).
.ssd .titlebar {
border-width: 0;
box-shadow: none;
}
Does anyone know what the equivalent would be in Gnome 3.20?