♿️(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
|
### Changed
|
||||||
|
|
||||||
|
- ♿️(frontend) prevent dates from being focusable #1855
|
||||||
- ♿️(frontend) Focus main container after navigation #1854
|
- ♿️(frontend) Focus main container after navigation #1854
|
||||||
- 🚸(backend) sort user search results by proximity with the active user #1802
|
- 🚸(backend) sort user search results by proximity with the active user #1802
|
||||||
- 🚸(oidc) ignore case when fallback on email #1880
|
- 🚸(oidc) ignore case when fallback on email #1880
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 🐛(frontend) fix broadcast store sync #1846
|
- 🐛(frontend) fix broadcast store sync #1846
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ export const DocsGridItemDate = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledLink href={`/docs/${doc.id}`}>
|
<StyledLink href={`/docs/${doc.id}`} tabIndex={-1}>
|
||||||
<Text
|
<Text
|
||||||
$size="xs"
|
$size="xs"
|
||||||
$layer="background"
|
$layer="background"
|
||||||
|
|||||||
Reference in New Issue
Block a user