♿️(frontend) prevent dates from being focusable
Keep date links clickable with mouse while removing keyboard focus.
This commit is contained in:
@@ -13,11 +13,11 @@ and this project adheres to
|
||||
|
||||
### Changed
|
||||
|
||||
- ♿️(frontend) prevent dates from being focusable #1855
|
||||
- ♿️(frontend) Focus main container after navigation #1854
|
||||
- 🚸(backend) sort user search results by proximity with the active user #1802
|
||||
- 🚸(oidc) ignore case when fallback on email #1880
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
- 🐛(frontend) fix broadcast store sync #1846
|
||||
|
||||
@@ -223,7 +223,7 @@ export const DocsGridItemDate = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<StyledLink href={`/docs/${doc.id}`}>
|
||||
<StyledLink href={`/docs/${doc.id}`} tabIndex={-1}>
|
||||
<Text
|
||||
$size="xs"
|
||||
$layer="background"
|
||||
|
||||
Reference in New Issue
Block a user