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

Adapts the icon paths to the new icon api #10593

Closed
wants to merge 3 commits into from

Conversation

weeman1337
Copy link
Member

I saw there is a scss function for the icon api.
But I don't know whether it's a good idea to migrate the style file just before the next release..

Closes #10583

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
@weeman1337 weeman1337 added bug design Design, UI, UX, etc. 3. to review Waiting for reviews regression labels Aug 8, 2018
/* Icons */
.icon-info-white {
background-image: url('../img/actions/info-white.svg?v=2');
background-image: url('../../svg/core/actions/info/fff?v=1');
Copy link
Member

Choose a reason for hiding this comment

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

I think this needs index.php to work everywhere... @juliushaertl

Copy link
Member

Choose a reason for hiding this comment

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

guests.css is used on error/install pages as well, where we don't have the new svg endpoint available. I'd prefer to just restore the white icon files for those special cases for now, as we already did partly in #10459 and #10485

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
@weeman1337 weeman1337 closed this Aug 8, 2018
@weeman1337 weeman1337 deleted the fix/10583/guest-icon-paths branch August 8, 2018 19:58
@weeman1337
Copy link
Member Author

I messed the commits up, see #10595 for a new, clean PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants