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:
Jan-Christoph Borchardt 2018-12-11 14:48:02 +01:00 committed by GitHub
commit 4830fb7fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}