зеркало из https://github.com/nextcloud/deck.git
Fix text selection in dark mode and modal view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
a8af3310b4
Коммит
c089192904
|
@ -225,6 +225,8 @@ export default {
|
|||
padding: 0 14px;
|
||||
max-height: 100%;
|
||||
overflow: initial;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
|
||||
&::v-deep {
|
||||
.app-sidebar-header {
|
||||
|
|
|
@ -323,6 +323,12 @@ h5 {
|
|||
border-left: 1px solid var(--color-main-text);
|
||||
}
|
||||
|
||||
.CodeMirror-selected,
|
||||
.CodeMirror-line::selection, .CodeMirror-line>span::selection, .CodeMirror-line>span>span::selection {
|
||||
background: var(--color-primary-element) !important;
|
||||
color: var(--color-primary-text) !important;
|
||||
}
|
||||
|
||||
.editor-preview,
|
||||
.editor-statusbar {
|
||||
display: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче