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;
border-style: solid;
border-width: 0 1px 1px;
border-color: $divider;
border-color: $border;
background-color: $base-alt;
.frame & {

View file

@ -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;