]> git.eshelyaron.com Git - emacs.git/commit
Copy parent face attributes to tab-line-tab-current instead of inheriting face
authorJuri Linkov <juri@linkov.net>
Mon, 11 Oct 2021 18:27:50 +0000 (21:27 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 11 Oct 2021 18:27:50 +0000 (21:27 +0300)
commit47e09d1855488a9fa4608ef6c6da64dff58fc871
tree07fd86d56c91cb15395cedd64a8f677a32901336
parentd96f8b22c01b330d773cf46eb4c21acbe153633e
Copy parent face attributes to tab-line-tab-current instead of inheriting face

* lisp/tab-line.el (tab-line-tab-current): Don't inherit face from
'tab-line-tab' to not inherit the face attribute :height from 'tab-line',
because :height of mouse-face is added to the base face.
Copy here most of the parent face attributes (bug#50798).
lisp/tab-line.el