Skip to content
Snippets Groups Projects
Commit a098d08d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 62677596
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ body {
}
}
button {
font-family: inherit;
}
button:focus {
outline: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment