aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-26 08:13:29 +0100
committerStephen Blott2015-05-26 08:13:29 +0100
commit74c61f12eb90a39882b25fe54267937a17d6fa70 (patch)
tree679708a58a1f1d576f291910b4e552cfef3fba0e /background_scripts/completion.coffee
parentf35dae8fd5f9f67937348defce202420bc3f8332 (diff)
parente3532bee0e6d5a40bc2444943cc688f17862148a (diff)
downloadvimium-74c61f12eb90a39882b25fe54267937a17d6fa70.tar.bz2
Merge pull request #1686 from smblott-github/change-vomnibar-insert-text-indicator
Change vomnibar insert-text indicator.
Diffstat (limited to 'background_scripts/completion.coffee')
-rw-r--r--background_scripts/completion.coffee5
1 files changed, 2 insertions, 3 deletions
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 "<span class='relevancy'>#{@computeRelevancy()}</span>" 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 = "&#xfe62;" # A small plus sign.
- insertTextIndicator = "&#xfe65;" # A small "greater than" sign.
+ insertTextIndicator = "&#8618;" # 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 =
"""
<div class="vimiumReset vomnibarTopHalf">