This commit is contained in:
Vince
2022-11-11 10:10:40 +08:00
parent e29a1a274e
commit 5046c77bd6

View File

@@ -1052,6 +1052,11 @@ toolbar {
border-width: 0 1px 1px; border-width: 0 1px 1px;
border-color: $divider; border-color: $divider;
background-color: $base-alt; background-color: $base-alt;
.frame & {
border-width: 1px 0 0;
background-color: transparent;
}
} }
searchbar > revealer > box, searchbar > revealer > box,
@@ -1905,16 +1910,22 @@ notebook {
border-radius: $modal-radius + $space-size; border-radius: $modal-radius + $space-size;
} }
&.frame frame { &.frame {
> border { scrolledwindow.frame {
border: none; border: none;
border-radius: $modal-radius;
} }
> list { frame {
// @extend %circular_list; > border {
border: none;
border-radius: $modal-radius;
}
row.activatable { border-radius: $corner-radius; } > list {
// @extend %circular_list;
row.activatable { border-radius: $corner-radius; }
}
} }
} }
@@ -2407,7 +2418,7 @@ treeview.view {
padding: 0; padding: 0;
margin: 0; margin: 0;
&:not(:hover):not(:disabled):not(:checked):not(:indeterminate) { &:not(:disabled):not(:checked):not(:indeterminate) {
background-color: $divider; background-color: $divider;
} }
@@ -2416,7 +2427,7 @@ treeview.view {
} }
} }
&:selected, &:selected:focus { &, &:hover, &:selected {
radio, check { radio, check {
&:checked, &:indeterminate { &:checked, &:indeterminate {
background-color: $assets-color; background-color: $assets-color;