Add hover state to state panel usage links

This commit is contained in:
Andrew Kingston 2025-02-03 14:11:17 +00:00
parent a6e1008904
commit e664985296
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -321,9 +321,11 @@
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
font-size: 12px; font-size: 12px;
transition: filter 130ms ease-out;
} }
.component-link:hover { .component-link:hover {
text-decoration: underline; text-decoration: underline;
filter: brightness(1.2);
} }
.updates-section { .updates-section {
display: flex; display: flex;