Opera Mobile 11 highlights focused links with a blue "border" and background, there is no way to take this out =(

<style>
    a {
      color: blue;
    }
    a:focus {
      color: red;
      outline: 0;
      background: none;
    }
</style>
Link

Unfocused:

Focused:

Expected focused: