From caa50b5e4d411f684f5a4271874da1dc0c6c514b Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Tue, 29 Jun 2021 12:43:28 +0500 Subject: [PATCH] stylesheet: Support arrow menu buttons See https://gitlab.gnome.org/GNOME/gtk/-/commit/47b5c68df4e23727886e335db88d989366e4dc2b --- src/stylesheet/widgets/_buttons.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss index fd7fe37be..6334058b0 100644 --- a/src/stylesheet/widgets/_buttons.scss +++ b/src/stylesheet/widgets/_buttons.scss @@ -338,6 +338,14 @@ button.outline { } menubutton { + > button > box { + border-spacing: 6px; + } + + > button.arrow-button > box { + border-spacing: 3px; + } + &.osd { background: none; color: inherit; -- GitLab