style: Tweak ibus popover border radius
Both the popover padding and the radius of candidate items is smaller than in "normal" popovers. Adjust the radius of the candidate popup accordingly to better match the items. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3584>
This commit is contained in:
parent
c58b826788
commit
2c9e75252a
@ -7,6 +7,7 @@
|
||||
.candidate-popup-content {
|
||||
padding: $base_padding;
|
||||
spacing: $base_padding;
|
||||
border-radius: $base_padding * 2;
|
||||
@extend .popup-menu-content;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user