[gtk: 3/4] Adwaita: Don't restrict columnview editablelabel style to .data-table
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 3/4] Adwaita: Don't restrict columnview editablelabel style to .data-table
- Date: Tue, 22 Sep 2020 03:01:39 +0000 (UTC)
commit 2d6a9990b7bc53f4eb48c10361fc6bd707dbf921
Author: nana-4 <hnmaigo gmail com>
Date: Tue Sep 22 10:40:15 2020 +0900
Adwaita: Don't restrict columnview editablelabel style to .data-table
This should be available without .data-table.
gtk/theme/Adwaita/_common.scss | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index fe5faee0df..7ffc6f2f2f 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3149,18 +3149,18 @@ columnview {
* https://gitlab.gnome.org/GNOME/gtk/-/issues/2929 *
********************************************************/
- .data-table row:not(:selected) cell editablelabel:not(.editing):focus-within {
- outline: 2px solid $focus_border_color;
- }
+columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
+ outline: 2px solid $focus_border_color;
+}
- .data-table row:not(:selected) cell editablelabel.editing:focus-within {
- outline: 2px solid $selected_bg_color;
- }
+columnview row:not(:selected) cell editablelabel.editing:focus-within {
+ outline: 2px solid $selected_bg_color;
+}
- .data-table row:not(:selected) cell editablelabel.editing text selection {
- color: $selected_fg_color;
- background-color: $selected_bg_color;
- }
+columnview row:not(:selected) cell editablelabel.editing text selection {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+}
/*******************************************************
* Rich Lists *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]