Skip to content

Commit

Permalink
fix: Visited node CSS (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 11, 2024
1 parent ca78e83 commit e0cc742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor.planx.uk/src/pages/FlowEditor/floweditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ $fontMonospace: "Source Code Pro", monospace;
}
}

&.wasVisited a {
&.wasVisited > div,
&.wasVisited > a {
span {
opacity: 1;
}
Expand Down

0 comments on commit e0cc742

Please sign in to comment.