Make caret width normal/thick behind CJK char configurable.

Fixes #820 (regression).
This commit is contained in:
wolfbeast 2018-10-07 19:46:00 +02:00 committed by Roy Tam
commit bbb1a766e2
2 changed files with 10 additions and 1 deletions

View file

@ -5407,6 +5407,9 @@ pref("plugins.navigator_hide_disabled_flash", false);
// Disable browser frames by default
pref("dom.mozBrowserFramesEnabled", false);
// Thick caret when behind CJK characters
pref("layout.cjkthickcaret", true);
// Is support for 'color-adjust' CSS property enabled?
pref("layout.css.color-adjust.enabled", true);