|
|
@ -59,10 +59,6 @@ function onBlur() {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.VPFlyout.active .text {
|
|
|
|
|
|
|
|
color: var(--vp-c-brand);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VPFlyout:hover {
|
|
|
|
.VPFlyout:hover {
|
|
|
|
color: var(--vp-c-bland);
|
|
|
|
color: var(--vp-c-bland);
|
|
|
|
transition: color 0.25s;
|
|
|
|
transition: color 0.25s;
|
|
|
@ -76,6 +72,14 @@ function onBlur() {
|
|
|
|
fill: var(--vp-c-text-2);
|
|
|
|
fill: var(--vp-c-text-2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VPFlyout.active .text {
|
|
|
|
|
|
|
|
color: var(--vp-c-brand);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VPFlyout.active:hover .text {
|
|
|
|
|
|
|
|
color: var(--vp-c-brand-dark);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.VPFlyout:hover .menu,
|
|
|
|
.VPFlyout:hover .menu,
|
|
|
|
.button[aria-expanded="true"] + .menu {
|
|
|
|
.button[aria-expanded="true"] + .menu {
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|