Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

sprite-green and sprite-orange don't work #374

Open
PsychoIndigo opened this issue Jan 23, 2019 · 2 comments
Open

sprite-green and sprite-orange don't work #374

PsychoIndigo opened this issue Jan 23, 2019 · 2 comments

Comments

@PsychoIndigo
Copy link

PsychoIndigo commented Jan 23, 2019

hopscotch pulls the images from hopscotch.min.css

link rel="dns-prefetch" href="https://github.githubassets.com"
link rel="dns-prefetch" href="https://avatars0.githubusercontent.com"
link rel="dns-prefetch" href="https://avatars1.githubusercontent.com"
link rel="dns-prefetch" href="https://avatars2.githubusercontent.com"
link rel="dns-prefetch" href="https://avatars3.githubusercontent.com"
link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"
link rel="dns-prefetch" href="https://user-images.githubusercontent.com/

and from here:

.hopscotch-bubble-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:#000;background:transparent url(../img/sprite-green.png) -192px -92px no-repeat;display:block;padding:8px;position:absolute;text-decoration:none;text-indent:-9999px;width:8px;height:8px;top:0;right:0}div.hopscotch-bubble .hopscotch-bubble-close.hide,div.hopscotch-bubble .hopscotch-bubble-close.hide-all{display:none}div.hopscotch-bubble .hopscotch-bubble-number**{background:transparent url(../img/sprite-green.png)**

@edwinbbu
Copy link

Same issue for me

@PsychoIndigo
Copy link
Author

I figured it out. You need to manually download the images from github and attach them to the images folder if your project.

If you need to you might have to do a little css to line things up properly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants