Tidy up the search bar double border fix
Match "box" instead of "*", as already done for the search bar GTK4 and for the action box in GTK3. Also clarify which widget property is causing the margin which needs to be undone.
This commit is contained in:
@ -1172,11 +1172,13 @@ toolbar { //FIXME: why is all this being ignored?
|
||||
}
|
||||
}
|
||||
|
||||
searchbar > revealer > * {
|
||||
searchbar > revealer > box {
|
||||
@extend toolbar;
|
||||
border-width: 0 0 1px;
|
||||
border-color: $borders_color;
|
||||
border-style: none none solid none;
|
||||
|
||||
// workaround: undo the GtkContainer::border-width and use CSS padding instead
|
||||
margin: -6px;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user