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

Fix description in dark mode #2158

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

juliusknorr
Copy link
Member

No description provided.

css/icons.scss Outdated
@@ -4,6 +4,9 @@
.icon-deck {
background-image: url('../img/deck-dark.svg');
}
body.dark .icon-deck {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to me this sounds like a hack.
With the navigation icon there is a filter: invert applied.

I see a similar problem now with the dashboard and unified search. I think we should think about a generic solution to this problem.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the whole hardcoded .icon-deck now since it was a fallback for times before we had the icon-back-white mixin anyways.

@juliusknorr juliusknorr added this to the ⭐ 1.1.0 milestone Aug 20, 2020
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr force-pushed the bugfix/noid/description-dark-theme branch from 1653b4b to ec70237 Compare August 21, 2020 07:56
@juliusknorr juliusknorr merged commit 4a0b771 into master Aug 24, 2020
@juliusknorr juliusknorr deleted the bugfix/noid/description-dark-theme branch August 24, 2020 14:40
@juliusknorr juliusknorr mentioned this pull request Sep 1, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants