mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix sidebar icons color in backdrop state
This commit is contained in:
@@ -4073,6 +4073,9 @@ placessidebar.sidebar {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:backdrop .sidebar-icon {
|
||||
color: rgba(254, 254, 254, 0.5);
|
||||
-gtk-icon-shadow: 0 1px rgba(254, 254, 254, 0.3); }
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user