forked from CGM_Public/pretix_original
[A11y] improve cart renew confirmation (#5206)
* [A11y] improve cart renew confirmation * revert time * add inline-dialog to cart-renewal-button so confirm-button has interactive meaning
This commit is contained in:
committed by
GitHub
parent
362ac8de6f
commit
ae4073b3e4
@@ -1,3 +1,10 @@
|
||||
dialog.inline-dialog {
|
||||
position: static;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Modal dialogs using HTML5 dialog tags for accessibility */
|
||||
dialog.modal-card {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user