Bug 1132728 - Don't draw focus rings on b2g. r=fabrice

This commit is contained in:
Chris Lord 2015-02-18 15:40:14 +00:00
parent 6b4dd91874
commit 282e08defc

View File

@ -34,6 +34,9 @@ pref("browser.tabs.remote.autostart.1", false);
// Bug 945235: Prevent all bars to be considered visible:
pref("toolkit.defaultChromeFeatures", "chrome,dialog=no,close,resizable,scrollbars,extrachrome");
// Bug 1132728: Disable focus rings
pref("browser.display.focus_ring_width", 0);
// Device pixel to CSS px ratio, in percent. Set to -1 to calculate based on display density.
pref("browser.viewport.scaleRatio", -1);