Compare commits

...

1 Commits

Author SHA1 Message Date
Jakub Steiner
e0e6e4be14 Adwaita: grid lists
- this would be nice to have a semantic name for. setting-grid?

See https://gitlab.gnome.org/GNOME/gtk/-/issues/2929
2020-07-20 12:36:39 +02:00

View File

@@ -3065,6 +3065,24 @@ row {
}
}
/********************************************
* Treeview like editable lists with columns *
********************************************/
listview row:not(:selected) cell editablelabel:not(.editing):focus-within {
outline: 2px solid $focus_border_color;
}
listview row:not(:selected) cell editablelabel.editing:focus-within {
outline: 2px solid $selected_bg_color;
}
listview row:not(:selected) cell editablelabel.editing text selection {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
/*********************
* App Notifications *