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.

_editor.less 513B

1234567891011121314151617181920212223242526
  1. .CodeMirror {
  2. font: 14px @monospaced-fonts, monospace;
  3. &.cm-s-default {
  4. border-radius: 3px;
  5. padding: 0 !important;
  6. }
  7. .cm-comment {
  8. background: inherit !important;
  9. }
  10. }
  11. .repository.file.editor .tab[data-tab="write"] {
  12. padding: 0 !important;
  13. }
  14. .repository.file.editor .tab[data-tab="write"] .editor-toolbar {
  15. border: 0 !important;
  16. }
  17. .repository.file.editor .tab[data-tab="write"] .CodeMirror {
  18. border-left: 0;
  19. border-right: 0;
  20. border-bottom: 0;
  21. }