@awsui/components-react
Version:
AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A
16 lines • 482 B
CSS
._undo-button_brdst_2glj0_11:not(#\9){
color:#0073bb;
color:var(--color-text-link-default-3H8Hch, #0073bb);
text-decoration:underline;
cursor:pointer;
}
._undo-button_brdst_2glj0_11:not(#\9):focus{
outline:none;
}
._undo-button_brdst_2glj0_11[data-awsui-focus-visible=true]:not(#\9):focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:2px;
outline-color:#00a1c9;
outline-color:var(--color-border-item-focused-RH7L5U, #00a1c9);
}