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);
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue