mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Add a background to cellrendertext. Reference code: https://github.com/GNOME/gtk/commit/0d55542359751d80c7ae7bf5b48806e6a9f07a23 (#600)
This commit is contained in:
committed by
Dustin Falgout
parent
dd13e3b57e
commit
7304425dde
@@ -49,6 +49,13 @@
|
||||
}
|
||||
|
||||
treeview entry {
|
||||
&:focus {
|
||||
&:dir(rtl), &:dir(ltr) { // specificity bump hack
|
||||
background-color: $base_color;
|
||||
transition-property: color, background;
|
||||
}
|
||||
}
|
||||
|
||||
&.flat, & {
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
|
||||
Reference in New Issue
Block a user