GTK3: change border-color to treeview buttons

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-22 13:23:13 +01:00
parent b3b6218c72
commit a767ab0bae
4 changed files with 12 additions and 1 deletions
@@ -220,7 +220,12 @@ treeview.view {
&:backdrop { border-top-color: $backdrop_borders_color; }
header button { @include button(normal); }
header button {
@include button(normal);
&:hover,
&:active { border-color: $borders_color; }
}
}
/***************