fix: make dashboard buttons look clickable#190
fix: make dashboard buttons look clickable#190Rohit544 wants to merge 1 commit intokubeflow:mainfrom
Conversation
- Add cursor pointer to mat-icon-button and mat-list-item elements - Implement hover effects with scale and translate transforms - Add subtle shadows and background changes on hover - Improve visual feedback for better user experience - Add smooth 0.2s transitions for all interactive elements - Ensure disabled states are respected Makes navigation more intuitive by providing clear visual cues that elements are interactive and clickable. Fixes #7722
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I think this already has been marked as fixed in https://github.com/kubeflow/kubeflow/pull/7722/changes, however I'm not quite sure where the fix can be found in this repository 🤔 Also please DCO certify your changes 🤗 |
|
This pull request has been automatically marked as stale because it has not had recent activity. Members may comment |
|
@Rohit544 are you interested in further pursuing this PR? 😊 It seems like the issue is still present in the latest beta-release, so we will still need some fix for it 😊 |
What this PR does
Makes dashboard buttons more visually clickable by adding proper hover states, cursor pointers, and interaction feedback.
Before/After
Before: Buttons looked flat with no visual indication they were clickable
After: Buttons have clear hover effects, pointer cursor, and smooth animations
Changes Made
cursor: pointerto mat-icon-button and mat-list-item elements:not([disabled])selectorsTesting
Screenshots
[Add before/after screenshots if possible]
Fixes #7722