Skip to content

Searchbar double border fix

Nikita Churaev requested to merge lamefun/gtk:searchbar-double-border-fix into master

For applications like GNOME Software and GNOME Documents. The search bar is a composite widget with a revealer inside it, and the content of the revealer is hidden, the border still remains. Changed the CSS to add style to the contents of the revealer instead of the search bar widget itself.

Merge request reports