wix-style-react
Version:
wix-style-react
21 lines (16 loc) • 384 B
CSS
.root {
-st-states: focus, focus-visible;
}
.root:focus {
/* need to be extended and implemented by consumers of focusableHoc */
}
.root:focus-visible {
/* need to be extended and implemented by consumers of focusableHoc */
}
.focus-box {
outline: none;
}
.focus-box-error {
outline: none;
}
/* st-namespace-reference="../../../../src/common/Focusable/Focusable.st.css" */