mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
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:
parent
407372429b
commit
a146c2e4ea
3 changed files with 2 additions and 5 deletions
2
dist/editor.js
vendored
2
dist/editor.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@
|
|||
}
|
||||
|
||||
&--link {
|
||||
.icon {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.icon--unlink {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue