Fix white line below compass and inherit font-family

This commit is contained in:
Lukas Rieger 2020-01-17 09:55:14 +01:00 committed by GitHub
parent a346bfc232
commit 42ff8e5b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
input {
width: 60px;
height: 30px;
height: 100%;
border: none;
outline: none;
background: transparent;
padding: 0 5px 0 25px;
font-family: Verdana,Helvetica,Arial,sans-serif;
font-family: inherit;
}
&[data-pos]::before {