Adwaita: grid lists

- this would be nice to have a semantic name for. setting-grid?

See https://gitlab.gnome.org/GNOME/gtk/-/issues/2929
This commit is contained in:
Jakub Steiner
2020-07-20 12:36:39 +02:00
parent 86c7fceb09
commit e0e6e4be14

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 *