diff options
author | nana-4 <hnmaigo@gmail.com> | 2020-09-22 10:40:15 +0900 |
---|---|---|
committer | nana-4 <hnmaigo@gmail.com> | 2020-09-22 10:40:15 +0900 |
commit | 2d6a9990b7bc53f4eb48c10361fc6bd707dbf921 (patch) | |
tree | c5609923e9118ebcb88d70aed538cc2c7b6c79c5 /gtk | |
parent | 42be26f1b106b0f5bf7f924f9e403e81d4952d55 (diff) | |
download | gtk+-2d6a9990b7bc53f4eb48c10361fc6bd707dbf921.tar.gz |
Adwaita: Don't restrict columnview editablelabel style to .data-table
This should be available without .data-table.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 20 |
1 files 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 * |