зеркало из https://github.com/mozilla/email-tabs.git
fix #9 thumbnail border color
This commit is contained in:
Родитель
120df9fcc4
Коммит
0835050fd1
|
@ -50,7 +50,7 @@ this.emailTemplates = (function () {
|
|||
}
|
||||
}
|
||||
img = <Fragment>
|
||||
<img style={{border: "1px solid #999"}} height={tab.screenshot.height} width={tab.screenshot.width} src={tab.screenshot.url} alt={imgAlt} />
|
||||
<img style={{border: "1px solid rgba(12,12,13,0.10)"}} height={tab.screenshot.height} width={tab.screenshot.width} src={tab.screenshot.url} alt={imgAlt} />
|
||||
<br />
|
||||
</Fragment>;
|
||||
}
|
||||
|
|
|
@ -49,6 +49,7 @@ function setHtml(html) {
|
|||
savedAttributes.push([attr.name, attr.value]);
|
||||
}
|
||||
}
|
||||
|
||||
editableEl.innerHTML = editableEl.innerHTML + oldHtml; // eslint-disable-line no-unsanitized/property
|
||||
// Gmail does a fixup on paste, so we have to simulate a paste to make it fix the images we inserted:
|
||||
let paste = new Event("paste");
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче