gtk: Drop undershoot styling
Although undershoots were useful, they have some issues:
The dashed style doesn't quite match the rest of the style. (But other styles, such as shadows, work even worse in GTK theme.)
The dashed style doesn't exist in Material Design guidelines.
The upstream Adwaita has already dropped the style, so the widget itself could be dropped in the future.
For these reasons, this removes the style.
Closes https://github.com/nana-4/materia-theme/issues/410 Closes https://github.com/nana-4/materia-theme/issues/421