From 6e20ada2306b34b709ad4fa7f177d9da0e6c44b6 Mon Sep 17 00:00:00 2001 From: Mate Date: Sun, 13 Jun 2021 08:27:43 +0200 Subject: decrease border radius for popover on yaru grren and ok --- desktop-themes/YaruOk/gtk-3.0/_common.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop-themes/YaruOk/gtk-3.0') diff --git a/desktop-themes/YaruOk/gtk-3.0/_common.scss b/desktop-themes/YaruOk/gtk-3.0/_common.scss index 1cec0355..f4046b23 100644 --- a/desktop-themes/YaruOk/gtk-3.0/_common.scss +++ b/desktop-themes/YaruOk/gtk-3.0/_common.scss @@ -7,9 +7,10 @@ $asset_suffix: if($variant=='dark', '-dark', ''); $backdrop_transition: 200ms ease-out; $button_transition: all 200ms $ease-out-quad; $button_radius: 4px; // Yaru change: we want everything to be less round -$menu_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 $window_radius: $button_radius + 3; -$popover_radius: $button_radius + 2; // Yaru change: we want everything to be less round +$popover_radius: $button_radius; // Yaru change: we want everything to be less round // Optional compact sizes for buttons, headerbar and headerbar widgets $_sizevariant: 'default'; //compact otherwise @@ -1116,7 +1117,7 @@ modelbutton.flat, min-height: 26px; padding-left: 5px; padding-right: 5px; - border-radius: $button_radius; + border-radius: $model_button_radius; outline-offset: -2px; @extend %undecorated_button; -- cgit v1.2.1