Merge pull request #18961 from nextcloud/backport/18939/stable18
[stable18] Fix cursor on disabled contenteditable divs
This commit is contained in:
commit
357e8b76e8
1 changed files with 0 additions and 2 deletions
|
@ -126,7 +126,6 @@ div[contenteditable=false] {
|
||||||
border: 1px solid var(--color-background-darker);
|
border: 1px solid var(--color-background-darker);
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
cursor: text;
|
|
||||||
|
|
||||||
background-color: var(--color-background-dark);
|
background-color: var(--color-background-dark);
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-lighter);
|
||||||
|
@ -229,7 +228,6 @@ textarea, div[contenteditable=true] {
|
||||||
|
|
||||||
div[contenteditable=false] {
|
div[contenteditable=false] {
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-lighter);
|
||||||
cursor: text;
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue