@bobfrankston/rmfmail 1.1.144 → 1.1.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -725,14 +725,14 @@ async function createTinyMceEditor(container2, opts = {}) {
725
725
  // everything else so genuine HTML formatting (bold / italic /
726
726
  // tables / inline color) still comes through verbatim.
727
727
  content_style: [
728
- // Blue caret. Native bar shape would be 1-2 px (hard to spot on
729
- // hi-DPI), and a solid block is too aggressive split the
730
- // difference with caret-shape:block at 40% alpha: column-shaped
731
- // (≈character width) but translucent so it reads as a tinted
732
- // bar rather than a hard block. caret-shape falls back to bar
733
- // where unsupported (older Chromium), so the colour still
734
- // carries on those.
735
- "body { font-family: system-ui, sans-serif; font-size: 14px; caret-color: rgba(30,136,229,0.45); caret-shape: block; }",
728
+ // Dark-blue native caret bar. caret-shape:block produced a
729
+ // column wider than the gap between letters AND caused the
730
+ // caret to "scoot back to its old position" after an arrow
731
+ // press (Chromium block-caret quirk with the arrow-key
732
+ // selection adjustment, Bob 2026-05-24). Plain bar is
733
+ // browser-default and behaves correctly with arrow keys;
734
+ // just darken the color so it stays visible.
735
+ "body { font-family: system-ui, sans-serif; font-size: 14px; caret-color: #0a2647; }",
736
736
  "blockquote { border-left: 3px solid #c0c8d0; margin: 0 0 0 4px; padding: 2px 0 2px 10px; color: #555; }",
737
737
  "div.reply { margin-top: 0.5em; }",
738
738
  "div.reply > p:first-child { color: #666; font-size: 0.95em; margin: 0 0 4px 0; }",