Skip to content

Commit 7304425

Browse files
megaxlots0logs
authored andcommitted
* Add a background to cellrendertext. Reference code: GNOME/gtk@0d55542 (#600)
1 parent dd13e3b commit 7304425

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/gtk-3.20/scss/widgets/_view.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
}
5050

5151
treeview entry {
52+
&:focus {
53+
&:dir(rtl), &:dir(ltr) { // specificity bump hack
54+
background-color: $base_color;
55+
transition-property: color, background;
56+
}
57+
}
58+
5259
&.flat, & {
5360
border-radius: 0;
5461
background-image: none;

0 commit comments

Comments
 (0)