diff options
author | Mate <[email protected]> | 2021-06-13 08:27:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 6e20ada2306b34b709ad4fa7f177d9da0e6c44b6 (patch) | |
tree | 5d838126ddddab4c2551782de07094787b76d7ce /desktop-themes/YaruOk/gtk-3.0 | |
parent | 562496d896fd3d28351c4d43fbfbf16e4ebe5a35 (diff) | |
download | mate-themes-6e20ada2306b34b709ad4fa7f177d9da0e6c44b6.tar.bz2 mate-themes-6e20ada2306b34b709ad4fa7f177d9da0e6c44b6.tar.xz |
decrease border radius for popover on yaru grren and ok
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_common.scss | 7 |
1 files changed, 4 insertions, 3 deletions
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; |