Add captured press keystroke for macros (closes #324) (#427)

* update npm lock file (#425)

* feat(capture): make capture keystroke button reusable as make itself render a link or button (closes #324)

* review: re-style bootstrap link button template of capture component like a button

* review: use same bootstrap btn-link styles for "Add macro action" as in case of "Add captured keystroke"
This commit is contained in:
Attila Csanyi
2017-10-18 22:40:09 +02:00
committed by László Monda
parent 8c652a427f
commit 6fb8e56963
7 changed files with 76 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
%btn-link {
padding: 7px 0px;
text-decoration: none;
border: 0;
width: 100%;
&:focus {
outline: none;
}
}