I just recognized, that the file core/img/places/contacts-dark.svg is missing in the git-version of nextcloud 14. If You are using a light background, there will be a "hidden" link to the contacts-search in the upper right of Your nextcloud-instance:

Would be nice to get the image back ;-)
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/3710 (Missing border in Contacts), https://github.com/nextcloud/server/issues/5931 (Address fields missing from contact), https://github.com/nextcloud/server/issues/4557 (Missing tooltips in contacts menu actions.), https://github.com/nextcloud/server/issues/4830 (Missing default Address Book (Contacts)), and https://github.com/nextcloud/server/issues/539 (Contacts can't handle contact picture if TYPE is missing).
@skjnldsv
This is weird because the class should still exists. Is the icon loaded in css @team-a2 ?
#contactsmenu .icon-contacts {
background-image: url('/apps/theming/css/../../../core/img/places/contacts-dark.svg');
}
@juliushaertl theming? :)
In my instance no theming other to the clean install is activated (just a light grey background-color set).
@team-a2 You have a grey header instead if the nextcloud blue, so the theming app is doing its job there ;)
I'll have a look
Yes, You are right, I just ment that I do not use a separate custom theme...
What version of NC is this?
NC 14.0.0 Beta1, todays git pull
(problem has already existed in git version before beta1)