mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
tidy up _markdown-styles.scss
This commit is contained in:
parent
f6857313ad
commit
463d09256f
1 changed files with 0 additions and 26 deletions
|
@ -4,18 +4,10 @@
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-scroll {
|
|
||||||
min-height: 300px
|
|
||||||
}
|
|
||||||
|
|
||||||
.CodeMirror-fullscreen {
|
.CodeMirror-fullscreen {
|
||||||
background: var(--input-bg);
|
background: var(--input-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror .CodeMirror-code .cm-strikethrough {
|
|
||||||
text-decoration: line-through;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor-toolbar {
|
.editor-toolbar {
|
||||||
border: 1px solid var(--input-border-color) !important;
|
border: 1px solid var(--input-border-color) !important;
|
||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
|
@ -25,23 +17,10 @@
|
||||||
border-color: var(--input-border-color) !important;
|
border-color: var(--input-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.editor-toolbar.fullscreen {
|
.editor-toolbar.fullscreen {
|
||||||
background: var(--color-bg) !important;
|
background: var(--color-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
.editor-toolbar.fullscreen::before {
|
|
||||||
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor-toolbar.fullscreen::after {
|
|
||||||
|
|
||||||
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
div.editor-toolbar a {
|
div.editor-toolbar a {
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
@ -52,14 +31,11 @@ div.editor-toolbar a {
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
|
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.editor-statusbar {
|
.editor-statusbar {
|
||||||
color: #959694;
|
color: #959694;
|
||||||
}
|
}
|
||||||
|
@ -73,8 +49,6 @@ div.editor-toolbar a {
|
||||||
border: 1px solid var(--input-border-color) !important;
|
border: 1px solid var(--input-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.editor-preview pre,
|
.editor-preview pre,
|
||||||
.editor-preview-side pre {
|
.editor-preview-side pre {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
|
Loading…
Add table
Reference in a new issue