refactor: inner blocks note links (#1973)

This commit is contained in:
Mo
2022-11-09 06:06:46 -06:00
committed by GitHub
parent 2438443e53
commit 6bcba01dab
121 changed files with 1641 additions and 130 deletions

View File

@@ -81,42 +81,10 @@ i.bucket {
background-image: url(#{$blocks-editor-icons-path}/paint-bucket.svg);
}
i.bold {
background-image: url(#{$blocks-editor-icons-path}/type-bold.svg);
}
i.italic {
background-image: url(#{$blocks-editor-icons-path}/type-italic.svg);
}
i.clear {
background-image: url(#{$blocks-editor-icons-path}/trash.svg);
}
i.code {
background-image: url(#{$blocks-editor-icons-path}/code.svg);
}
i.underline {
background-image: url(#{$blocks-editor-icons-path}/type-underline.svg);
}
i.strikethrough {
background-image: url(#{$blocks-editor-icons-path}/type-strikethrough.svg);
}
i.subscript {
background-image: url(#{$blocks-editor-icons-path}/type-subscript.svg);
}
i.superscript {
background-image: url(#{$blocks-editor-icons-path}/type-superscript.svg);
}
i.link {
background-image: url(#{$blocks-editor-icons-path}/link.svg);
}
i.horizontal-rule {
background-image: url(#{$blocks-editor-icons-path}/horizontal-rule.svg);
}