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:
parent
91d5edd9d1
commit
e53d9e5cdb
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user