mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-08 23:44:44 +00:00
Fix font-family on input fields with inherit
This commit is contained in:
parent
3617892cc5
commit
d90f32bedc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ $input-size: 32px;
|
|||
transition: $swift-ease-out;
|
||||
transition-property: font-size;
|
||||
color: rgba(#000, .54);
|
||||
font-family: $font-roboto;
|
||||
font-family: inherit;
|
||||
font-size: 1px;
|
||||
line-height: $input-size;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue