Remove margin top for inline-link icon (#690)

* Remove margin top for inline-link icon

resolves #674

* Update CHANGELOG.md

* Remove unused style
This commit is contained in:
Taly 2019-04-06 16:19:29 +03:00 committed by GitHub
commit a146c2e4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

2
dist/editor.js vendored

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,7 @@
- `Improvements` CodeX.Shortcuts version updated to the v1.1 [#684](https://github.com/codex-team/editor.js/issues/684)
- `Fix` — Do not start multi-block selection on Toolbox and Inline Toolbar [#646](https://github.com/codex-team/editor.js/issues/646)
- `Fix` — Minor fixes of caret behaviour [#663](https://github.com/codex-team/editor.js/issues/663)
- `Fix` — Fix inline-link icon position in Firefox [#674](https://github.com/codex-team/editor.js/issues/674)
### 2.12.3

View file

@ -33,10 +33,6 @@
}
&--link {
.icon {
margin-top: -2px;
}
.icon--unlink {
display: none;
}