Fix row/column toggle background coloring

This commit is contained in:
Toby Zerner 2015-03-28 15:47:36 +10:30
parent f330561025
commit ac1122b6aa

View File

@ -55,11 +55,10 @@
& .yesno {
text-align: center;
cursor: pointer;
}
& .yesno-cell.highlighted .yesno, & .yesno:hover {
&:not(.disabled) {
&:hover, &.highlighted {
background: darken(@fl-body-control-bg, 4%);
}
background: darken(@fl-body-control-bg, 4%);
}
}
& .toggle-group {