trondsg
Results
1
comments of
trondsg
Userstyle to remove blink in JupyterLab: ``` @-moz-document url-prefix("http://localhost:8888/lab") { @keyframes cm-blink {50% {opacity: 1 !important;}} @keyframes cm-blink2 {50% {opacity: 1 !important;}} } ```