git ssb

16+

Dominic / patchbay



Commit b825cc4a398547f81f4d9c4336f2f619ab910f54

BEM on message confirm

Dominic Tarr committed on 6/24/2016, 10:02:18 PM
Parent: a1db279053aec5366d349c13b1b768184961ce89

Files changed

modules/message-confirm.jschanged
modules/message-confirm.jsView
@@ -26,12 +26,12 @@
2626 okay.addEventListener('keydown', function (ev) {
2727 if(ev.keyCode === 27) cancel.click() //escape
2828 })
2929
30- lb.show(h('div.column',
30+ lb.show(h('div.column.message-confirm',
3131 message_content({key: "DRAFT", value: {content: content}})
3232 || h('pre', JSON.stringify(content, null, 2)),
33- h('div.row', okay, cancel)
33+ h('div.row.message-confirm__controls', okay, cancel)
3434 ))
3535
3636 okay.focus()
3737

Built with git-ssb-web