From 3fe3b1fcdc1fd4c88babbde16993ffafeae2397d Mon Sep 17 00:00:00 2001 From: Mate Date: Sat, 19 Jun 2021 07:10:19 +0200 Subject: decrease popover and menu radius to 2px --- desktop-themes/YaruOk/gtk-3.0/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-themes/YaruOk/gtk-3.0/_common.scss') diff --git a/desktop-themes/YaruOk/gtk-3.0/_common.scss b/desktop-themes/YaruOk/gtk-3.0/_common.scss index 4a157cef..bc7d4f34 100644 --- a/desktop-themes/YaruOk/gtk-3.0/_common.scss +++ b/desktop-themes/YaruOk/gtk-3.0/_common.scss @@ -8,9 +8,9 @@ $backdrop_transition: 200ms ease-out; $button_transition: all 200ms $ease-out-quad; $button_radius: 4px; // Yaru change: we want everything to be less round $model_button_radius: 3px; // blx change: we want everything to be less round -$menu_radius: 3px; // Yaru change: we want everything to be less round +$menu_radius: 2px; // Yaru change: we want everything to be less round $window_radius: $button_radius + 3; -$popover_radius: $button_radius; // Yaru change: we want everything to be less round +$popover_radius: 2px; // Yaru change: we want everything to be less round // Optional compact sizes for buttons, headerbar and headerbar widgets $_sizevariant: 'default'; //compact otherwise -- cgit v1.2.1