From 46fa742384623f7c553a1000ebfa976987167597 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 26 Oct 2023 21:50:13 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 2 +- src/sass/gtk/apps/_budgie.scss | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 18094e76..6489b64c 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1058,7 +1058,7 @@ toolbar { padding: $space-size; border-style: solid; border-width: 0 1px 1px; - border-color: $divider; + border-color: $border; background-color: $base-alt; .frame & { diff --git a/src/sass/gtk/apps/_budgie.scss b/src/sass/gtk/apps/_budgie.scss index f55f18f8..1424292d 100644 --- a/src/sass/gtk/apps/_budgie.scss +++ b/src/sass/gtk/apps/_budgie.scss @@ -16,7 +16,8 @@ } buttonbox.inline-toolbar { - border-style: none none solid; + border: none; + border-bottom: 1px solid $border; button { border-radius: $corner-radius; @@ -112,6 +113,8 @@ dialog.background { } } + button.flat.switcher { @extend %circular-button; } + treeview.view.sidebar { border-right: none; background: none; @@ -936,7 +939,7 @@ image.raven-mpris { } &.background { - border-radius: $window-radius; + border-radius: $window-radius + $space-size; @if $rimless == 'true' { box-shadow: inset 0 1px highlight($surface); @@ -947,7 +950,7 @@ image.raven-mpris { &.background.csd > decoration { border: none; - border-radius: $window-radius; + border-radius: $window-radius + $space-size; @if $rimless == 'true' { box-shadow: $shadow-z16;