From 76202c0a03e1719f0d086ec7d28f1ff8983a86fb Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 3 Jul 2021 19:10:21 +0800 Subject: [PATCH] Fixed #351 --- src/sass/gtk/apps/_gnome-3.22.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/sass/gtk/apps/_gnome-3.22.scss b/src/sass/gtk/apps/_gnome-3.22.scss index a3230929..3d7d630a 100644 --- a/src/sass/gtk/apps/_gnome-3.22.scss +++ b/src/sass/gtk/apps/_gnome-3.22.scss @@ -1555,6 +1555,31 @@ window.background.csd { } } } + + scrolledwindow.frame { + border: none; + + > viewport.frame { + > list { + @extend %circular_list; + + > row.activatable { @extend %circular_row; } + } + } + } + + > scrolledwindow > viewport > clamp.medium { + > box > box > box > frame > box > box.vertical { + > separator { + background: none; + min-height: 2px; + } + > list { border-radius: 4px; } + &:first-child:last-child > list { border-radius: $wm_radius; } + &:first-child > list { border-radius: $wm_radius $wm_radius 4px 4px; } + &:not(:first-child):last-child > list { border-radius: 4px 4px $wm_radius $wm_radius; } + } + } } }