On Feb 5, 2:33 pm, fonghuangyee <[email protected]> wrote: > Hi, > > is there anyone notice that the gwt button will show dotted border > when focus on firefox. > > i try > .gwt-button:focus { > outline : none; > > } > > but the dotted border still there. Any solution?
http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links http://www.karlrixon.co.uk/articles/css/remove-button-focus-outline-using-css/ But this is very likely to cause a usability/accessibility issue: how can I know the button has focus when I "tab" in the app using the keyboard? I just tried it on the Showcase sample and it becomes completely unusable without a mouse. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
