fix(kb-ui): fixed tags hover effect#942
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
There was a problem hiding this comment.
Greptile Summary
This PR removes a hover effect from the KnowledgeTags component to maintain UI consistency across the application. The change removes the hover:bg-muted class from tag elements in the knowledge-tags component, which previously provided a background color transition when users hovered over tags.
The modification affects a single line in the knowledge-tags.tsx file where the hover styling was stripped from the tag container div. This change is part of a broader effort to standardize hover behaviors across similar interactive elements, specifically to align with the styling patterns used in the logs-filters component. The tag elements retain their cursor-pointer styling to indicate interactivity, but no longer display a background color change on hover.
This change fits into the application's design system standardization efforts, ensuring that similar UI components (tags in different contexts) behave consistently from a visual interaction perspective. The modification maintains the functional behavior of the tags while creating a more cohesive user experience across different parts of the workspace interface.
Confidence score: 5/5
- This PR is safe to merge with minimal risk
- Score reflects a simple CSS class removal with no functional impact or breaking changes
- No files require special attention
1 file reviewed, no comments
Summary
fixed tags hover effect to match logs-filters
Type of Change
Testing
Manually
Checklist