mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-05 05:07:06 +03:00
Hide previews from screenreaders as they are not useful
This commit is contained in:
parent
d091c36e2a
commit
2fafa0ca26
@ -126,6 +126,7 @@ preview_ navigate example =
|
|||||||
[ Css.displayFlex
|
[ Css.displayFlex
|
||||||
, Css.flexDirection Css.column
|
, Css.flexDirection Css.column
|
||||||
]
|
]
|
||||||
|
, Widget.hidden True
|
||||||
]
|
]
|
||||||
(List.map (Html.map never) example.preview)
|
(List.map (Html.map never) example.preview)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user