Issue #3224466 by andy-blum, mherchel: Olivero: <button> elements are not inheriting theme's font

merge-requests/1037/head
Lauri Eskola 2021-08-09 15:35:36 +03:00
parent 4f9d3755d1
commit df65e9fb78
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,10 @@ a:focus {
outline-offset: 2px;
}
button {
font-family: inherit;
}
img,
video {
display: block;

View File

@ -50,6 +50,10 @@ a {
}
}
button {
font-family: inherit;
}
img,
video {
display: block;