* Add a background to cellrendertext. Reference code: 0d55542359 (#600)

pull/603/head
Csaba Jakosa 2016-10-17 01:23:38 +02:00 committed by Dustin Falgout
parent dd13e3b57e
commit 7304425dde
1 changed files with 7 additions and 0 deletions

View File

@ -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;