* 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:
committed by
László Monda
parent
8c652a427f
commit
6fb8e56963
@@ -0,0 +1,10 @@
|
||||
%btn-link {
|
||||
padding: 7px 0px;
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user