Variable: widget-mouse-face

widget-mouse-face is a customizable variable defined in wid-edit.el.gz.

Value

highlight

Documentation

Face used for widget buttons when the mouse is above them.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-mouse-face 'highlight
  "Face used for widget buttons when the mouse is above them."
  :type 'face
  :group 'widget-faces)