[libadwaita/wip/exalm/stylesheet-cleanups: 5/13] stylesheet: Use drag-n-drop color consistently
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet-cleanups: 5/13] stylesheet: Use drag-n-drop color consistently
- Date: Fri, 21 May 2021 12:05:06 +0000 (UTC)
commit f26de3ec040fc5e7ac7677b387789f990fdf482c
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu May 20 01:15:59 2021 +0500
stylesheet: Use drag-n-drop color consistently
There were 2 instances where we used selection color instead.
src/stylesheet/widgets/_trees.scss | 2 +-
src/stylesheet/widgets/_views.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_trees.scss b/src/stylesheet/widgets/_trees.scss
index bd381fcb..d85a5f9f 100644
--- a/src/stylesheet/widgets/_trees.scss
+++ b/src/stylesheet/widgets/_trees.scss
@@ -26,7 +26,7 @@ treeview.view {
> dndtarget:drop(active) {
border-style: solid none;
border-width: 1px;
- border-color: $selected_borders_color;
+ border-color: $drop_target_color;
&.after { border-top-style: none; }
diff --git a/src/stylesheet/widgets/_views.scss b/src/stylesheet/widgets/_views.scss
index 719790ae..985b44ac 100644
--- a/src/stylesheet/widgets/_views.scss
+++ b/src/stylesheet/widgets/_views.scss
@@ -43,7 +43,7 @@ iconview {
> dndtarget:drop(active) {
border-style: solid;
border-width: 1px;
- border-color: $selected_borders_color;
+ border-color: $drop_target_color;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]