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

Link background is getting stuck after click. #120

Open
robzky opened this issue Jul 24, 2017 · 0 comments
Open

Link background is getting stuck after click. #120

robzky opened this issue Jul 24, 2017 · 0 comments

Comments

@robzky
Copy link

robzky commented Jul 24, 2017

Hello i would like to ask how do i remove background after click on the desired element.

HTML :
a class="hvr-rectangle-out" target="_blank" href="#"></a
(removed < > on purpose)
CSS:

.hvr-rectangle-out {
background: black;
&:link {
text-decoration: none;
}
&:focus {
background: black;
}
}

I've tried to delete :focus at hover.css file but it doesnt work. Is there any way to play this around?

(or atleast give the :focus state black color)

@robzky robzky changed the title Links are getting stuck after click. Link background is getting stuck after click. Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant