mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-03 03:46:37 +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.flexDirection Css.column
|
||||
]
|
||||
, Widget.hidden True
|
||||
]
|
||||
(List.map (Html.map never) example.preview)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user