Skip to content

Commit

Permalink
docs: Remove image block opacity reference
Browse files Browse the repository at this point in the history
In-progress uploads no longer dim the image. This was removed in
WordPress/gutenberg#59264.
  • Loading branch information
dcalhoun committed Jul 30, 2024
1 parent 3c2c7e2 commit 312f74b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test-cases/gutenberg/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ Gallery block should allow uploading multiple images from the device.

**Expected behavior:**

* Gallery should show all images being uploaded as dimmed
* Progress bars should be displayed indicating the upload progress
* After each image upload has completed:
* Image should not be dim
* Image url scheme should be `https://` (not `file:///`) in HTML mode
- Progress bars should be displayed indicating the upload progress
- After each image upload has completed:
- The progress bar should not be present.
- Image url scheme should be `https://` (not `file:///`) in HTML mode

--------------------------------------------------------------------------------

Expand Down

0 comments on commit 312f74b

Please sign in to comment.