Don't make button text bold by default

Make the oneway field reverser a button instead of a link
This commit is contained in:
Quincy Morgan
2020-09-18 13:14:01 -04:00
parent 1d19cd1b9a
commit 7157feba20
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export function uiFieldCheck(field, context) {
if (field.type === 'onewayCheck') {
enter
.append('a')
.append('button')
.attr('class', 'reverser' + (reverserHidden() ? ' hide' : ''))
.attr('href', '#')
.append('span')