Skip to content

Commit

Permalink
Show errored, folded code with less opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 19, 2023
1 parent dd40a40 commit 27b23a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,9 @@ pluto-runarea.save > button.runcell > span::after {
pluto-cell:not(.show_input) > pluto-runarea {
display: none;
}
pluto-cell.code_folded.show_input > pluto-input:not(:focus-within) {
opacity: 0.4;
}

pluto-cell:focus-within > pluto-runarea,
pluto-cell.code_differs > pluto-runarea {
Expand Down

0 comments on commit 27b23a4

Please sign in to comment.