File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export async function loadVanillaDemo(container) {
1515
1616 // append action buttons
1717 editorButtons ( editor , renderer )
18- editorEvents ( editor , renderer )
18+ editorEvents ( editor )
1919
2020 return {
2121 editor,
Original file line number Diff line number Diff line change @@ -165,10 +165,6 @@ body {
165165 line-height : 1em ;
166166}
167167
168- #framework-select {
169- line-height : 1em ;
170- }
171-
172168// Framework demo styles
173169.angular-demo {
174170 padding : 20px ;
@@ -382,16 +378,6 @@ body {
382378 min-width : 150px ;
383379}
384380
385- @keyframes shimmer {
386- 0% {
387- transform : translateX (-100% );
388- }
389-
390- 100% {
391- transform : translateX (100% );
392- }
393- }
394-
395381@keyframes shimmer {
396382
397383 0%,
You can’t perform that action at this time.
0 commit comments