From 27b23a408ebe12e2ef335405b2f3899fd40775b5 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 19 Sep 2023 14:33:25 +0200 Subject: [PATCH] Show errored, folded code with less opacity --- frontend/editor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/editor.css b/frontend/editor.css index a72a230cfe..3e3ab1d2ef 100644 --- a/frontend/editor.css +++ b/frontend/editor.css @@ -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 {