This commit is contained in:
vinceliuice 2023-10-26 21:50:13 +08:00
parent 86a0622b00
commit 46fa742384
2 changed files with 7 additions and 4 deletions

View file

@ -1058,7 +1058,7 @@ toolbar {
padding: $space-size; padding: $space-size;
border-style: solid; border-style: solid;
border-width: 0 1px 1px; border-width: 0 1px 1px;
border-color: $divider; border-color: $border;
background-color: $base-alt; background-color: $base-alt;
.frame & { .frame & {

View file

@ -16,7 +16,8 @@
} }
buttonbox.inline-toolbar { buttonbox.inline-toolbar {
border-style: none none solid; border: none;
border-bottom: 1px solid $border;
button { button {
border-radius: $corner-radius; border-radius: $corner-radius;
@ -112,6 +113,8 @@ dialog.background {
} }
} }
button.flat.switcher { @extend %circular-button; }
treeview.view.sidebar { treeview.view.sidebar {
border-right: none; border-right: none;
background: none; background: none;
@ -936,7 +939,7 @@ image.raven-mpris {
} }
&.background { &.background {
border-radius: $window-radius; border-radius: $window-radius + $space-size;
@if $rimless == 'true' { @if $rimless == 'true' {
box-shadow: inset 0 1px highlight($surface); box-shadow: inset 0 1px highlight($surface);
@ -947,7 +950,7 @@ image.raven-mpris {
&.background.csd > decoration { &.background.csd > decoration {
border: none; border: none;
border-radius: $window-radius; border-radius: $window-radius + $space-size;
@if $rimless == 'true' { @if $rimless == 'true' {
box-shadow: $shadow-z16; box-shadow: $shadow-z16;