We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
have difference between mouse arrows when anchor link hover with _blank and normal
_blank
The text was updated successfully, but these errors were encountered:
How is this different from:
a[target="_blank"]:hover { cursor: /* whatever you want */; }
Sorry, something went wrong.
Yeah, this is already doable with Selectors as far as I can tell.
Some browsers can be configured (possibly with the help of optional extensions) to open a link in a new tab or new window or designated existing one…
href
rel
and they can be configured to discard the value of the target attribute, so it is never a necessary nor sufficient indicator.
target
No branches or pull requests
have difference between mouse arrows when anchor link hover with
_blank
and normalThe text was updated successfully, but these errors were encountered: