Add active states to links
This commit is contained in:
parent
20eaf39e4d
commit
c8f5512f68
@ -18,7 +18,7 @@ export default function PhotoFocalLength({
|
|||||||
{...props}
|
{...props}
|
||||||
label={formatFocalLength(focal)}
|
label={formatFocalLength(focal)}
|
||||||
href={pathForFocalLength(focal)}
|
href={pathForFocalLength(focal)}
|
||||||
icon={<IconFocalLength />}
|
icon={<IconFocalLength className="translate-y-[-1px]" />}
|
||||||
hoverEntity={countOnHover}
|
hoverEntity={countOnHover}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -329,6 +329,7 @@
|
|||||||
a, .link {
|
a, .link {
|
||||||
@apply
|
@apply
|
||||||
hover:text-medium
|
hover:text-medium
|
||||||
|
active:text-dim
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user