1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* lisp/faces.el (mode-line-highlight): Use :box only when supported.

This commit is contained in:
Jared Finder 2020-11-05 21:15:08 -08:00 committed by Eli Zaretskii
parent 91d5edd9d1
commit e53d9e5cdb

View File

@ -2578,7 +2578,7 @@ non-nil."
:group 'basic-faces)
(defface mode-line-highlight
'((((class color) (min-colors 88))
'((((supports :box t) (class color) (min-colors 88))
:box (:line-width 2 :color "grey40" :style released-button))
(t
:inherit highlight))