branch: externals/ivy-posframe
commit 9f6b58d02ac2478e4a246ed701018f4e2ac6e06e
Author: Dror Levin <[email protected]>
Commit: GitHub <[email protected]>

    Cursor face inherits from regular cursor face
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index d7b30d0..861c595 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -128,7 +128,7 @@ When nil, Using current frame's font as fallback."
   :group 'ivy-posframe)
 
 (defface ivy-posframe-cursor
-  '((t (:inherit default :background "#ffff00")))
+  '((t (:inherit cursor)))
   "Face used by the ivy-posframe's fake cursor."
   :group 'ivy-posframe)
 

Reply via email to