UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

22 lines 565 B
/* * VisuallyHidden component * */ /* * Utilities */ .eufemia-scope--10_104_0 .dnb-visually-hidden--focusable:not(:focus, :focus-within) { -webkit-user-select: none !important; user-select: none !important; -webkit-touch-callout: none !important; pointer-events: none !important; position: absolute !important; clip-path: inset(50%) !important; max-width: 1px !important; max-height: 1px !important; overflow: hidden !important; white-space: nowrap !important; padding: 0 !important; margin: 0 !important; border: 0 !important; }