Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark contactsmenu icon in files and contacts app #2330

Closed
szaimen opened this issue Jul 5, 2021 · 9 comments · Fixed by #2331 or #2340
Closed

Dark contactsmenu icon in files and contacts app #2330

szaimen opened this issue Jul 5, 2021 · 9 comments · Fixed by #2331 or #2340
Labels
0. to triage Pending approval or rejection. This issue is pending approval. bug Something isn't working design Related to the design

Comments

@szaimen
Copy link
Contributor

szaimen commented Jul 5, 2021

With the latest release of the contacts app, the contactsmenu icon looks inverted in the files and contacts app on c.nc.c:
image
I think this is due to the newly added icon import here

@include icon-black-white('contacts', 'contacts', 1);
which overwrites the icon that is inserted via the core css and displays it in the wrong color. Can we fix this by simply removing this import or is a different fix needed?

@szaimen szaimen added bug Something isn't working enhancement New feature or request design Related to the design 0. to triage Pending approval or rejection. This issue is pending approval. and removed enhancement New feature or request labels Jul 5, 2021
@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

@skjnldsv as this currently looks pretty bad in the files app on NC22 on c.nc.c, do you have some feedback on this?

@skjnldsv
Copy link
Member

skjnldsv commented Jul 6, 2021

22 is bundled already, we should fix in contacts.
I guess just making sure that it's properly defined to white my default instead or adding an exclusion rule?

@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

Hm, how to do that? I wanted to fix it in the contacts app by removing the line that I mentioned in the description. But I am not sure if this breaks things...

@skjnldsv
Copy link
Member

skjnldsv commented Jul 6, 2021

It will for everything that uses icon-contacts.
I guess it should be replacing icon-contacts in contacts with icon-contacts-dark

@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

ah okay, I am preparing a PR

@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

Only problem that I see is that the admin needs to run maintenance:repair after updating the contacts app to make this change visible... But I guess there is no way around it...

@skjnldsv
Copy link
Member

skjnldsv commented Jul 6, 2021

Only problem that I see is that the admin needs to run maintenance:repair after updating the contacts app to make this change visible... But I guess there is no way around it...

Cache will expire and get recompiled after a bit, maintenance:repair is not always needed.

@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

Cache will expire and get recompiled after a bit, maintenance:repair is not always needed.

Good to know :)

@szaimen
Copy link
Contributor Author

szaimen commented Jul 6, 2021

I can still reproduce that so it seems like #2331 didn't fix the issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection. This issue is pending approval. bug Something isn't working design Related to the design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants