Procházet zdrojové kódy

Merge pull request #301 from ckeditor/t/ckeditor5-theme-lark/239

Other: Removed the obsolete `--ck-color-upload-infinite-background` CSS custom property. See https://github.com/ckeditor/ckeditor5-theme-lark/pull/240.
Aleksander Nowodzinski před 6 roky
rodič
revize
b72d47839f

+ 0 - 5
packages/ckeditor5-image/theme/imageuploadprogress.css

@@ -3,11 +3,6 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
-/* Infinite progress bar default width. */
-:root {
-	--ck-image-upload-progress-line-width: 30px;
-}
-
 .ck-content .image {
 	position: relative;
 	overflow: hidden;