Browse Source

Merge pull request #557 from hoodiek/master

fix button outline showing on clicks for prettiness
pull/5/head
Eugen 9 years ago committed by GitHub
parent
commit
2a6773d59b
  1. 4
      app/assets/stylesheets/application.scss

4
app/assets/stylesheets/application.scss

@ -110,6 +110,10 @@ body {
font-feature-settings: "kern";
text-size-adjust: none;
button:focus {
outline: none !important;
}
&.app-body {
position: fixed;
width: 100%;

Loading…
Cancel
Save