diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 4faaf734cf..0df11df835 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -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; -} +} \ No newline at end of file