From e3532bee0e6d5a40bc2444943cc688f17862148a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 26 May 2015 08:06:20 +0100 Subject: Change vomnibar insert-text indicator. Use a rightwards hooked arrow instead of a small greater-than sign, which according to @philc, renders as a large greater-than sign on Macs, See #1651. --- background_scripts/completion.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'background_scripts') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index ad509cc5..30a7b882 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -44,10 +44,9 @@ class Suggestion generateHtml: -> return @html if @html relevancyHtml = if @showRelevancy then "#{@computeRelevancy()}" else "" - # NOTE(philc): We're using these vimium-specific class names so we don't collide with the page's CSS. insertTextClass = if @insertText then "vomnibarInsertText" else "vomnibarNoInsertText" - insertTextIndicator = "﹢" # A small plus sign. - insertTextIndicator = "﹥" # A small "greater than" sign. + insertTextIndicator = "↪" # A right hooked arrow. + # NOTE(philc): We're using these vimium-specific class names so we don't collide with the page's CSS. @html = """