branch: externals/ivy-hydra
commit 4875c7bac227ba996c9e433503636c7a0c3c5771
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-current-match): Add :extend t
    
    Re #2383
---
 ivy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index f151983..bd7d90e 100644
--- a/ivy.el
+++ b/ivy.el
@@ -55,9 +55,9 @@
 
 (defface ivy-current-match
   '((((class color) (background light))
-     :background "#1a4b77" :foreground "white")
+     :background "#1a4b77" :foreground "white" :extend t)
     (((class color) (background dark))
-     :background "#65a7e2" :foreground "black"))
+     :background "#65a7e2" :foreground "black" :extend t))
   "Face used by Ivy for highlighting the current match.")
 
 (defface ivy-minibuffer-match-highlight

Reply via email to