website: fix outline on button focus
This commit is contained in:
parent
050302ece8
commit
7805cf5003
|
@ -204,6 +204,10 @@ body.page-home{
|
|||
|
||||
.outline-btn {
|
||||
padding: 8px;
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
// Components w/ JavaScript
|
||||
/*@import "modals.less";*/
|
||||
|
||||
// 63
|
||||
// 67
|
||||
|
|
Loading…
Reference in New Issue