mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #13003 from nextcloud/use-default-cursor-for-disabled-primary-buttons
Use default cursor for disabled primary buttons
This commit is contained in:
commit
4830fb7fb9
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ div[contenteditable=true],
|
|||
// opacity is already defined to .5 if disabled
|
||||
background-color: var(--color-primary-element);
|
||||
color: var(--color-primary-text-dark);
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue