Hi,
Maybe this is a bug, or maybe it is a feature. But I was aware that twine give a strange halo, a border to my active links, when I have all around my css code giving my own border or not border at all. You can test the thing in any twine 2 game, in chrome and firefox, if you clic a link and hold the button, you will see an outline. And that is the css rule, outline. I've used this code to negate that effect:
tw-link:focus:active {
outline: none;
}
Focus is used for accessibility, you can test it using TAB at your twine game, but it is weird to use focus on an active link, so that is, better say this, because maybe is it a bug?
Regards,
Ruber.
Maybe this is a bug, or maybe it is a feature. But I was aware that twine give a strange halo, a border to my active links, when I have all around my css code giving my own border or not border at all. You can test the thing in any twine 2 game, in chrome and firefox, if you clic a link and hold the button, you will see an outline. And that is the css rule, outline. I've used this code to negate that effect:
tw-link:focus:active {
outline: none;
}
Focus is used for accessibility, you can test it using TAB at your twine game, but it is weird to use focus on an active link, so that is, better say this, because maybe is it a bug?
Regards,
Ruber.