* Add a background to cellrendertext. Reference code: 0d55542359
(#600)
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;
|
||||
|
|
Loading…
Reference in New Issue