diff options
author | Mate <[email protected]> | 2021-06-19 07:10:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 3fe3b1fcdc1fd4c88babbde16993ffafeae2397d (patch) | |
tree | 283b10e8cd3136fe38e3705ed0a3308f5b5b8be9 /desktop-themes/YaruGreen/gtk-3.0/_common.scss | |
parent | bae1127280a4832e1b885bb98a4c351b10c5b992 (diff) | |
download | mate-themes-3fe3b1fcdc1fd4c88babbde16993ffafeae2397d.tar.bz2 mate-themes-3fe3b1fcdc1fd4c88babbde16993ffafeae2397d.tar.xz |
decrease popover and menu radius to 2px
Diffstat (limited to 'desktop-themes/YaruGreen/gtk-3.0/_common.scss')
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/_common.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_common.scss b/desktop-themes/YaruGreen/gtk-3.0/_common.scss index 131de296..203bc59c 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/_common.scss +++ b/desktop-themes/YaruGreen/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 |