mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix drag highlighting issue
This commit is contained in:
@@ -176,6 +176,24 @@ placessidebar{
|
||||
}
|
||||
}
|
||||
|
||||
&.sidebar-new-bookmark-row {
|
||||
&, label, .sidebar-icon {
|
||||
color: $yellow;
|
||||
}
|
||||
}
|
||||
|
||||
&:drop(active):not(:disabled) {
|
||||
&, label, image { color: $drop_target_color; }
|
||||
|
||||
box-shadow: inset 0 1px $drop_target_color,
|
||||
inset 0 -1px $drop_target_color;
|
||||
|
||||
&:selected {
|
||||
&, label, image { color: $selected_fg_color; }
|
||||
background: $drop_target_color;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user