[gtk: 1/4] Adwaita: Fix separator color for lists
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/4] Adwaita: Fix separator color for lists
- Date: Tue, 22 Sep 2020 03:01:39 +0000 (UTC)
commit f98055b0756c862e89cc784dd3358dedb9352a89
Author: nana-4 <hnmaigo gmail com>
Date: Tue Sep 22 10:35:15 2020 +0900
Adwaita: Fix separator color for lists
gtk/theme/Adwaita/_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 4c1bbd0d62..35788a84c4 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3062,7 +3062,7 @@ separator {
* Lists *
*********/
listview,
-list {
+list {
color: $text_color;
background-color: $base_color;
border-color: $borders_color;
@@ -3079,11 +3079,11 @@ list {
&.horizontal row.separator:not(:first-child),
&.separators.horizontal > row:not(:first-child) {
- border-left: 1px solid $borders_color;
+ border-left: 1px solid $_treeview_borders_color;
}
&:not(.horizontal) row.separator:not(:first-child),
&.separators:not(.horizontal) > row:not(:first-child) {
- border-top: 1px solid $borders_color;
+ border-top: 1px solid $_treeview_borders_color;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]