Issue #3224466 by andy-blum, mherchel: Olivero: <button> elements are not inheriting theme's font
parent
4f9d3755d1
commit
df65e9fb78
|
@ -55,6 +55,10 @@ a:focus {
|
|||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
img,
|
||||
video {
|
||||
display: block;
|
||||
|
|
|
@ -50,6 +50,10 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
img,
|
||||
video {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue