mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
removed image style dublicates (#142)
This commit is contained in:
parent
c4f19d5c59
commit
6960dbe58d
1 changed files with 0 additions and 12 deletions
|
|
@ -15,18 +15,6 @@
|
|||
filter: blur(1.7px) grayscale(1);
|
||||
}
|
||||
|
||||
|
||||
.ce-image__wrapper img {
|
||||
transition: all 500ms ease-in;
|
||||
will-change: opacity, filter;
|
||||
}
|
||||
|
||||
.ce-image__preview img {
|
||||
opacity: .5;
|
||||
filter: blur(1.7px) grayscale(1);
|
||||
}
|
||||
|
||||
|
||||
/** upload image form */
|
||||
.ce-plugin-image__holder{
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue