Bug 772502 - Remove custom focus rings on mobile. r=mfinkle

This commit is contained in:
Wes Johnston 2012-07-10 11:50:49 -07:00
parent 99e6ced1d2
commit b1d605f27c

View File

@ -8,19 +8,6 @@
@namespace url("http://www.w3.org/1999/xhtml");
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* make clicking on links stand out a bit (bug 532206) */
* > *:not(embed):focus, * > *:focus > font {
outline: 2px solid @color_background_highlight@ !important;
/*
XXX How do I preserve mac focusring without blowing focus color on other platforms?
outline-color: -moz-mac-focusring !important;
*/
}
*:-moz-any-link:focus {
outline-offset: -2px;
}
::-moz-selection {
background-color: @color_background_highlight@;
color: @color_text_highlight@;