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