mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Show cursor in response view
This commit is contained in:
@@ -205,18 +205,8 @@
|
||||
@apply bg-transparent;
|
||||
}
|
||||
|
||||
.cm-wrapper:not(.cm-readonly) .cm-editor {
|
||||
&.cm-focused .cm-activeLineGutter {
|
||||
@apply text-text-subtle;
|
||||
}
|
||||
}
|
||||
|
||||
/* Cursor and mouse cursor for readonly mode */
|
||||
.cm-wrapper.cm-readonly {
|
||||
.cm-editor .cm-cursor {
|
||||
@apply hidden !important;
|
||||
}
|
||||
|
||||
&.cm-singleline * {
|
||||
@apply cursor-default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user