Add hover state to state panel usage links
This commit is contained in:
parent
a6e1008904
commit
e664985296
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue