style: Fix missing border radius on only-child notification buttons
- fixes #6157 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2562>
This commit is contained in:
parent
fbe7ef4ca8
commit
577d1ecf41
@ -160,7 +160,7 @@ stage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:first-child:last-child {
|
&:first-child:last-child {
|
||||||
border-radius: 0 0 $modal_radius;
|
border-radius: 0 0 $modal_radius $modal_radius;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user