mirror of https://github.com/status-im/consul.git
website: fix outline on button focus
This commit is contained in:
parent
0e8c81c10b
commit
06dcf2b34c
|
@ -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