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