Conversation
5a92d8f to
c97ae0b
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes Tailwind CSS regressions that were introduced in a previous update. The changes primarily address color token usage, layout styling issues, and improve visual consistency across components.
- Updated color tokens from
text-role-on-errortotext-role-errorthroughout the codebase - Fixed hover underline behavior and link styling consistency
- Improved spacing and layout in various UI components
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| UploadInfo.vue | Fixed error text color tokens |
| AccountTable.vue | Added border-t-0 class to table rows |
| ResourceTiles.vue | Adjusted checkbox padding |
| ResourceName.vue | Removed hover:underline from resource names |
| ResourceListItem.vue | Added conditional hover:underline to clickable resources |
| CreateShortcutModal.vue | Updated error color tokens and removed padding from list items |
| Projects.vue | Added width constraint to search input and updated image sizing |
| FileShares.vue | Updated spacing and added rounded corners |
| SpaceMembers.vue | Improved spacing consistency |
| InviteCollaboratorForm.vue | Cleaned up spacing and conditional rendering |
| ExpirationDatepicker.vue | Removed gap-size prop |
| ActivitiesPanel.vue | Added inline-flex class to avatars |
| DetailsPanel.vue | Improved layout for no-users state |
| layers.css | Added body overflow-hidden styling |
| Multiple design system components | Updated error color tokens from text-role-on-error to text-role-error |
| OcTag.vue | Refactored class application logic |
| OcPagination.vue | Enhanced hover states for navigation elements |
| Test snapshots | Updated to reflect styling changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
c97ae0b to
34691b1
Compare
34691b1 to
74cace6
Compare
openclouders
pushed a commit
that referenced
this pull request
Sep 15, 2025
fix: tailwind regressions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See the individual commit messages for details about what has been fixed.
refs #937 (comment)