Skip to content

Commit

Permalink
Fixes - Code editor semi-transparent gutter overlaps with the content.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Apr 28, 2023
1 parent c604dd8 commit 95b6091
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,16 @@ li.CodeMirror-hint-active kbd {
/* Zammad form control style */
border: 1px solid var(--border);
border-radius: 3px;

/* Make editor resizable (not supported by IE!) */
resize: vertical;
}

.cm-s-zammad .CodeMirror-gutters {
background: var(--background-modifier-accent);
background: var(--background-primary-alt);
color: var(--text-muted);
border: none;
border-color: var(--border);
margin-left: -1px;
}

.cm-s-zammad .CodeMirror-cursor {
Expand Down

0 comments on commit 95b6091

Please sign in to comment.