GTK3: Remove shadow from treeview's headerbar on backdrop mode

This commit is contained in:
Daniel Ruiz de Alegría
2021-01-22 21:57:45 +01:00
parent 95df15385f
commit 1f1d16f0dd
4 changed files with 8 additions and 0 deletions
@@ -220,6 +220,8 @@ treeview.view {
&:hover,
&:active { border-color: $borders_color; }
&:backdrop { box-shadow: none; }
}
}