Browse Source

Fix style regression of buttons not inheriting document font by default (#3310)

closed-social-glitch-2
Eugen Rochko 7 years ago
committed by GitHub
parent
commit
a098d08d12
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/basics.scss

+ 4
- 0
app/javascript/styles/basics.scss View File

@ -45,6 +45,10 @@ body {
}
}
button {
font-family: inherit;
}
button:focus {
outline: none;
}

Loading…
Cancel
Save