OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/content/editor/_codemirror.sass

10 lines
277 B

// 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