opf/openproject

View on GitHub
frontend/src/global_styles/content/editor/_codemirror.sass

Summary

Maintainability
Test Coverage

// Additional styles for CodeMirror
// when editing code style snippets
.CodeMirror
  border: 1px solid #ddd

// ensure a toolbar on top of the code mirror area
// can still be clicked. The two interfere as both have position: relative
.CodeMirror-code
  pointer-events: none