logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a098d08d12fe9e9d1bf6a5ff1ede251de01f0af6
parent: 62677596077eb91d5818b0735b0aa952e7e4ef21
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu, 25 May 2017 21:15:41 +0200

Fix style regression of buttons not inheriting document font by default (#3310)


Diffstat:

Mapp/javascript/styles/basics.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/app/javascript/styles/basics.scss b/app/javascript/styles/basics.scss @@ -45,6 +45,10 @@ body { } } +button { + font-family: inherit; +} + button:focus { outline: none; }