2016-08-18 01:44:07 -04:00
|
|
|
.CodeMirror {
|
2019-03-18 08:49:01 -04:00
|
|
|
font: 14px @monospaced-fonts, monospace;
|
2019-05-13 02:26:32 -04:00
|
|
|
|
2017-12-02 14:48:43 -05:00
|
|
|
&.cm-s-default {
|
2019-05-13 02:26:32 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 !important;
|
2017-12-02 14:48:43 -05:00
|
|
|
}
|
2019-05-13 02:26:32 -04:00
|
|
|
|
2017-12-02 14:48:43 -05:00
|
|
|
.cm-comment {
|
|
|
|
background: inherit !important;
|
|
|
|
}
|
2017-03-09 20:33:35 -05:00
|
|
|
}
|
2019-05-13 02:26:32 -04:00
|
|
|
|
2017-03-09 20:33:35 -05:00
|
|
|
.repository.file.editor .tab[data-tab="write"] {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2019-05-13 02:26:32 -04:00
|
|
|
|
2017-03-09 20:33:35 -05:00
|
|
|
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
|
2019-05-13 20:54:23 -04:00
|
|
|
border: 0 !important;
|
2017-03-09 20:33:35 -05:00
|
|
|
}
|
2019-05-13 02:26:32 -04:00
|
|
|
|
2017-03-09 20:33:35 -05:00
|
|
|
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
|
2019-05-13 20:54:23 -04:00
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-bottom: 0;
|
2017-03-09 20:33:35 -05:00
|
|
|
}
|
2020-02-22 23:32:15 -05:00
|
|
|
|
|
|
|
.editor-toolbar {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
2020-05-23 07:59:40 -04:00
|
|
|
.editor-toolbar a:not(:hover) {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2020-02-22 23:32:15 -05:00
|
|
|
.editor-toolbar i.separator {
|
|
|
|
border-left: none;
|
|
|
|
}
|
2020-05-14 12:06:01 -04:00
|
|
|
|
|
|
|
.editor-loading {
|
|
|
|
padding: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-diff {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-diff > div > .ui.table {
|
|
|
|
border-top: none !important;
|
|
|
|
border-bottom: none !important;
|
|
|
|
border-left: 1px solid #d4d4d5 !important;
|
|
|
|
border-right: 1px solid #d4d4d5 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_area {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.monaco-editor-container {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 200px;
|
|
|
|
height: 90vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* overwrite conflicting styles from fomantic */
|
|
|
|
.monaco-editor-container .inputarea {
|
|
|
|
min-height: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
resize: none !important;
|
|
|
|
border: none !important;
|
|
|
|
color: transparent !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|