richardfogaca opened a new pull request, #35866:
URL: https://github.com/apache/superset/pull/35866
### SUMMARY
Fixes a visual bug where saved query rows don't display the correct
highlight color when opening the preview modal. When a user hovers over a row
and clicks Preview, Ant Design's hover background (light gray) was overriding
the intended highlight background due to CSS specificity.
**Solution:** Added `!important` to the highlight background color to
ensure it takes precedence over Ant Design's hover state.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
**BEFORE:** First row clicked shows faded background
<img width="787" height="383" alt="Screenshot 2025-10-28 at 06 37 13"
src="https://github.com/user-attachments/assets/0afdc9d2-4353-4bb2-b7fc-fb2908f7fb0b"
/>
**AFTER:** First row c
<img width="743" height="357" alt="Screenshot 2025-10-28 at 06 37 50"
src="https://github.com/user-attachments/assets/a0806342-89cc-4b8e-8655-6adb6babca89"
/>
licked shows proper highlight
### TESTING INSTRUCTIONS
1. Navigate to SQL → Saved queries (`/savedqueryview/list/`)
2. Hover over any query row
3. Click the Preview button (binoculars icon) while hovering
4. Verify the row displays a teal highlight background
5. Click "Next" to navigate between queries
6. Verify each row highlights correctly
### ADDITIONAL INFORMATION
- [x] Changes UI
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Includes DB Migration
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]