mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Adapt border-radius and box-shadow of menus to popovers
This commit is contained in:
parent
95f06f6e75
commit
a6a69dd567
@ -6,7 +6,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
$asset_suffix: if($variant=='dark', '-dark', '');
|
||||
$backdrop_transition: 200ms ease-out;
|
||||
$button_transition: all 200ms $ease-out-quad;
|
||||
$menu_radius: 3px;
|
||||
$menu_radius: 5px;
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
@ -4422,7 +4422,7 @@ decoration {
|
||||
|
||||
.csd.popup & {
|
||||
border-radius: $menu_radius;
|
||||
box-shadow: 0 1px 5px transparentize(black, 0.7),
|
||||
box-shadow: 0 1px 2px transparentize(black, 0.7),
|
||||
0 0 0 1px transparentize($_wm_border, 0.1);
|
||||
}
|
||||
|
||||
@ -4664,4 +4664,4 @@ popover.emoji-completion contents row box {
|
||||
|
||||
popover.emoji-completion .emoji:hover {
|
||||
background-color: $popover_hover_color;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user