Fix sidebar icons color in backdrop state

This commit is contained in:
EliverLara
2019-02-18 13:30:22 -06:00
parent c46e1b47d1
commit 0dbafb52c3
3 changed files with 11 additions and 0 deletions

View File

@@ -169,6 +169,11 @@ placessidebar{
background-color: transparent;
background-image:linear-gradient(to right, $selected_bg_color 40px,
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
.sidebar-icon {
color: $backdrop_selected_fg_color;
-gtk-icon-shadow: 0 1px transparentize($backdrop_selected_fg_color, 0.2);
}
}
.sidebar-icon {