diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 29a9138b19..175790b5f3 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -126,7 +126,6 @@ div[contenteditable=false] { border: 1px solid var(--color-background-darker); outline: none; border-radius: var(--border-radius); - cursor: text; background-color: var(--color-background-dark); color: var(--color-text-lighter); @@ -229,7 +228,6 @@ textarea, div[contenteditable=true] { div[contenteditable=false] { color: var(--color-text-lighter); - cursor: text; font-family: inherit; height: auto; }