Skip to content

Conversation

@JammingBen
Copy link
Contributor

fixes #1223

@JammingBen JammingBen self-assigned this Sep 22, 2025
Copilot AI review requested due to automatic review settings September 22, 2025 07:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a visual glitch that occurs when checking checkboxes in the ResourceTile component by refining the background color styling to only apply to unchecked checkboxes.

  • Updates CSS selector to exclude checked checkboxes from background styling
  • Modifies the ResourceTile component template and corresponding test snapshots

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/web-pkg/src/components/FilesList/ResourceTile.vue Updates CSS class to conditionally apply background color only to unchecked checkboxes
packages/web-pkg/tests/unit/components/FilesList/snapshots/ResourceTile.spec.ts.snap Updates test snapshots to reflect the new CSS class selector

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@JammingBen JammingBen merged commit 31b6593 into main Sep 22, 2025
29 checks passed
@JammingBen JammingBen deleted the fix/tiles-view-checkbox-background branch September 22, 2025 08:25
@openclouders openclouders mentioned this pull request Sep 22, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

checkbox state is not clearly distinguishable in dark theme (low contrast)

3 participants