Variable: gnus-article-mouse-face

gnus-article-mouse-face is a customizable variable defined in gnus-art.el.gz.

Value

highlight

Documentation

Face used for mouse highlighting in the article buffer.

Article buttons will be displayed in this face when the cursor is above them.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-mouse-face 'highlight
  "Face used for mouse highlighting in the article buffer.

Article buttons will be displayed in this face when the cursor is
above them."
  :type 'face
  :group 'gnus-article-buttons)