forked from AuroraMiddleware/gtk
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:
parent
b103650cb0
commit
0a5086d94f
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user