Skip to content

GtkTheme: Menu border-radius and box-shadow changes

Feichtmeier requested to merge Feichtmeier/gtk:context_menus_gtk-3-24 into gtk-3-24
  • introduce $menu_radius
  • use it for menus and context-menus
  • use the popover box-shadow also for menus
  • use padding for menus to avoid edge overlapping
  • remove the background for menus to avoid bleeding out of the round edges

See: !432 (merged)

Top-menu "first instance":

image

Context-menu and all "childs" spawned out of the "top menu first instance":

image

image

Edited by Feichtmeier

Merge request reports