forked from AuroraMiddleware/gtk
Adwaita: Don't restrict columnview editablelabel style to .data-table
This should be available without .data-table.
This commit is contained in:
parent
42be26f1b1
commit
2d6a9990b7
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user