Don't double declare font-family: inherit on buttons

This commit is contained in:
Adam Wathan 2017-10-30 12:58:04 -04:00
parent bdc7587de5
commit 9880e16821
2 changed files with 0 additions and 2 deletions

View File

@ -555,7 +555,6 @@ input::placeholder {
button,
[role=button] {
font-family: inherit;
cursor: pointer;
}

View File

@ -95,6 +95,5 @@ input::placeholder {
}
button, [role=button] {
font-family: inherit;
cursor: pointer;
}