[libadwaita/wip/exalm/lists-style: 15/17] stylesheet: Fix places sidebar dnd style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/lists-style: 15/17] stylesheet: Fix places sidebar dnd style
- Date: Wed, 19 May 2021 11:13:20 +0000 (UTC)
commit af9e543745c2fed8361523370473c27563b3956f
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue May 18 01:07:28 2021 +0500
stylesheet: Fix places sidebar dnd style
It was never updated for the .navigation-sidebar padded style.
src/stylesheet/widgets/_sidebars.scss | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index e522f102..f0f0b45f 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -118,13 +118,7 @@ placessidebar {
&:drop(active):not(:disabled) {
color: $drop_target_color;
- box-shadow: inset 0 1px $drop_target_color,
- inset 0 -1px $drop_target_color;
-
- &:selected {
- color: $selected_fg_color;
- background-color: $drop_target_color;
- }
+ box-shadow: inset 0 0 0 1px $drop_target_color;
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]