For a dark-theme code-input this causes bad contrast on the light-theme dialogs for FindAndReplace and GoToLine. Add this to the `input` element's CSS in each plugin: ```css caretColor: currentColor; /* Don't inherit from the code-input element. */ ```