HC: Avoid excessive selectors from prev commit

The new rule does not need to affect all those other pseudoclasses. I
just put it in the wrong scope.
This commit is contained in:
Daniel Boles 2018-06-20 19:23:59 +01:00
parent b103650cb0
commit 0a5086d94f

View File

@ -214,10 +214,10 @@ entry {
border-color: transparent;
border-radius: 0;
box-shadow: none;
// Dodge transparency in selected treeview row, else bg & fg end up same
treeview &:focus { background-color: $base_color; }
}
// Dodge transparency in selected treeview row, else bg & fg end up same
treeview &:focus { background-color: $base_color; }
}
&:focus { @include entry(focus); }