style remove border color change on quick card hover

Only the lift motion and box-shadow indicate interactivity.

Commit
10c2c771ac91199798bdddf26fbdea821ca3e703
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/public/css/app.css
index 8628d0f9..1b259156 100644..100644
@@ -278,10 +278,6 @@
278 278 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
279 279 }
280 280
281 Removed: .reading-quick-link:hover .card {
282 Removed: border-color: var(--fapg-border);
283 Removed: }
284 Removed:
285 281 .reading-quick-item {
286 282 --range-gradient: linear-gradient(90deg, #b42318 0%, #e8a308 35%, #276749 50%, #e8a308 65%, #b42318 100%);
287 283 }