Bug 1264666 - Remove nightly flags for native text selection handles r=snorp

This commit is contained in:
Randall Barker 2016-04-20 15:46:15 -07:00
Родитель 14ff3eae1d
Коммит 984ceeb9cf
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -867,11 +867,7 @@ pref("reader.toolbar.vertical", false);
pref("toolkit.telemetry.unified", false);
// Unified AccessibleCarets (touch-caret and selection-carets).
#ifdef NIGHTLY_BUILD
pref("layout.accessiblecaret.enabled", true);
#else
pref("layout.accessiblecaret.enabled", false);
#endif
// AccessibleCaret CSS for the Android L style assets.
pref("layout.accessiblecaret.width", "22.0");