website: fix outline on button focus

This commit is contained in:
Jack Pearkes 2014-04-17 11:53:47 -04:00
parent 050302ece8
commit 7805cf5003
2 changed files with 5 additions and 1 deletions

View File

@ -204,6 +204,10 @@ body.page-home{
.outline-btn {
padding: 8px;
&:focus {
outline: 0;
}
}
a {

View File

@ -25,4 +25,4 @@
// Components w/ JavaScript
/*@import "modals.less";*/
// 63
// 67