Skip to content

Commit

Permalink
Tests: moved CSS from a manual test into a dedicated stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Feb 8, 2018
1 parent 41aecf8 commit 5817a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tests/plugins/easyimage/manual/_assets/progress.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
transition: height 0.1s;
}

.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading.cke_skip_uploading figure img {
opacity: 1;
}

/* Circle prgoress indicator */

.cke_progress_circle {
Expand Down
2 changes: 0 additions & 2 deletions tests/plugins/easyimage/manual/customprogressbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ <h2>Overlapping progress reporter</h2>
bender.ignore();
}

CKEDITOR.addCss( '.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading.cke_skip_uploading figure img { opacity: 1; }' );

var commonConfig = {
cloudServices_url: easyImageTools.CLOUD_SERVICES_UPLOAD_GATEWAY,
contentsCss: [ '%TEST_DIR%/_assets/progress.css' ],
Expand Down

0 comments on commit 5817a2d

Please sign in to comment.