Change cursor type for inline editing [SCI-10264]

This commit is contained in:
sboursen-scinote 2024-03-01 03:01:06 +01:00
parent 1abd370d3e
commit 85685d608f
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
.view-mode {
border: 1px solid transparent;
cursor: pointer;
cursor: text;
height: 2rem;
min-height: 1.5rem;
overflow: hidden;

View file

@ -2,7 +2,7 @@
// scss-lint:disable NestingDepth
.sci-cursor-edit {
cursor: pointer;
cursor: text;
}
.inline-edit-placeholder:empty::before {