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 550B

123456789101112131415161718192021
  1. .CodeMirror {
  2. font: 14px Consolas, "Liberation Mono", Menlo, Courier, 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: none !important;
  16. }
  17. .repository.file.editor .tab[data-tab="write"] .CodeMirror {
  18. border-left: none;
  19. border-right: none;
  20. border-bottom: none;
  21. }