Skip to content

Commit

Permalink
set correct button font-family for input file in _typo.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann authored Aug 11, 2024
1 parent 1e9f3c2 commit 03e7981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/css/_typo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ h1 {
}

// set correct button font-family
button {
button,
input::file-selector-button {
font-family: var(--fontname) !important;
}

Expand Down

0 comments on commit 03e7981

Please sign in to comment.