Skip to content

Commit

Permalink
Relax wireframe rules to breathe interpolation can happen
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 16, 2017
1 parent af757d3 commit 3a175c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/70_fills.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

.low-zoom.fill-wireframe path.shadow,
.fill-wireframe path.shadow {
stroke-width: 8 !important;
stroke-width: 12;
}

.fill-wireframe path.shadow.related:not(.selected),
.fill-wireframe path.shadow.hover:not(.selected) {
stroke-opacity: 0.4 !important;
stroke-opacity: 0.4;
}
.fill-wireframe path.shadow.selected {
stroke-opacity: 0.6 !important;
stroke-opacity: 0.6;
}

.fill-wireframe .point,
Expand Down

0 comments on commit 3a175c2

Please sign in to comment.