mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Don't make button text bold by default
Make the oneway field reverser a button instead of a link
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user