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