Merge branch 'wip/jimmac/gtk4-dropdown-papercuts' into 'master'

Adwaita: dropdown search box

See merge request GNOME/gtk!2747
This commit is contained in:
Jakub Steiner 2020-10-27 12:55:33 +00:00
commit 6d5c512571

View File

@ -1227,9 +1227,10 @@ combobox {
}
.search { //drodowns with searchboxes on top
border-radius: $popover_radius $popover_radius 0 0;
border-radius: $popover_radius;
padding: 3px 10px;
margin-top: -2px; //paint over the menu borders
border-radius: 3px;
margin: 4px 4px -4px 4px;
}
}
}