@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
23 lines (20 loc) • 517 B
JavaScript
import {
i
} from "./chunk.CXZZ2LVK.js";
// src/components/visually-hidden/visually-hidden.styles.ts
var visually_hidden_styles_default = i`
:host(:not(:focus-within)) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
border: none !important;
overflow: hidden !important;
white-space: nowrap !important;
padding: 0 !important;
}
`;
export {
visually_hidden_styles_default
};