mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Merge branch 'wip/jimmac/gtk4-dropdown-papercuts' into 'master'
Adwaita: dropdown search box See merge request GNOME/gtk!2747
This commit is contained in:
commit
6d5c512571
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user