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