fixes wire highlighting in instructions

This commit is contained in:
darzu
2016-08-31 13:59:20 -07:00
parent e27c4de108
commit 66ba26586f
3 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ namespace pxsim.visuals {
stroke-dasharray: ${PIN_DIST / 10.0},${PIN_DIST / 1.5};
/*stroke-opacity: 0.4;*/
}
.grayed .sim-bb-wire-end:not(.highlight) {
.grayed .sim-bb-wire-ends-g:not(.highlight) .sim-bb-wire-end {
stroke: #777;
fill: #777;
}