Add hover state to state panel usage links
This commit is contained in:
parent
a6e1008904
commit
e664985296
|
@ -321,9 +321,11 @@
|
|||
padding: 0;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
transition: filter 130ms ease-out;
|
||||
}
|
||||
.component-link:hover {
|
||||
text-decoration: underline;
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
.updates-section {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue