From 4f4d7a87ba9bad1ac6e69758df3c0da9e26cf432 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 9 Mar 2023 16:33:05 +0800 Subject: [PATCH] update --- src/_sass/gtk/apps/_budgie.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_sass/gtk/apps/_budgie.scss b/src/_sass/gtk/apps/_budgie.scss index 6530413..8b09f54 100644 --- a/src/_sass/gtk/apps/_budgie.scss +++ b/src/_sass/gtk/apps/_budgie.scss @@ -395,9 +395,9 @@ border-radius: 0 $window-radius $window-radius 0; .icon-tasklist { - .launcher { - &:first-child { border-top-right-radius: $window-radius; } - &:last-child { border-bottom-right-radius: $window-radius; } + > box > revealer { + &:first-child > button.launcher { border-top-right-radius: $window-radius; } + &:last-child > button.launcher { border-bottom-right-radius: $window-radius; } } } } @@ -408,9 +408,9 @@ border-radius: $window-radius 0 0 $window-radius; .icon-tasklist { - .launcher { - &:first-child { border-top-left-radius: $window-radius; } - &:last-child { border-bottom-left-radius: $window-radius; } + > box > revealer { + &:first-child > button.launcher { border-top-left-radius: $window-radius; } + &:last-child > button.launcher { border-bottom-left-radius: $window-radius; } } } }