GTK4: Customize tree views

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-04 13:08:32 +01:00
parent 87e3592bae
commit af5551563c
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -228,6 +228,26 @@ headerbar {
} }
} }
/**************
* Tree Views *
**************/
treeview.view {
border-top-color: $borders-color;
&:backdrop { border-top-color: $backdrop_borders_color; }
header button {
@include button(normal);
margin-left: -1px; // fix double border
&:hover,
&:active { border-color: $borders_color; }
&:backdrop { box-shadow: none; }
}
}
/************* /*************
* Notebooks * * Notebooks *
*************/ *************/