mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix sidebar icons color in backdrop state
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user