mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-16 00:37:28 +08:00
Change cursor type for inline editing [SCI-10264]
This commit is contained in:
parent
1abd370d3e
commit
85685d608f
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
.view-mode {
|
.view-mode {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
cursor: pointer;
|
cursor: text;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
min-height: 1.5rem;
|
min-height: 1.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// scss-lint:disable NestingDepth
|
// scss-lint:disable NestingDepth
|
||||||
|
|
||||||
.sci-cursor-edit {
|
.sci-cursor-edit {
|
||||||
cursor: pointer;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-edit-placeholder:empty::before {
|
.inline-edit-placeholder:empty::before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue