Bug 1246572 - Remove the two blue bars of the text selection for Fennec. r=snorp

This commit is contained in:
Ting-Yu Lin 2016-02-09 23:19:43 +08:00
parent fc4359080e
commit 7ea335f8e8

View File

@ -930,6 +930,9 @@ pref("layout.accessiblecaret.enabled", true);
pref("layout.accessiblecaret.enabled", false);
#endif
// Android hides the selection bars at the two ends of the selection highlight.
pref("layout.accessiblecaret.bar.enabled", false);
// Android needs to show the caret when long tapping on an empty content.
pref("layout.accessiblecaret.caret_shown_when_long_tapping_on_empty_content", true);