mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ stage {
|
|||
}
|
||||
|
||||
&:first-child:last-child {
|
||||
border-radius: 0 0 $modal_radius;
|
||||
border-radius: 0 0 $modal_radius $modal_radius;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue