diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html
index 8df430a8..627f328f 100644
--- a/custom/common_libs.custom.html
+++ b/custom/common_libs.custom.html
@@ -33,14 +33,20 @@
border-radius: 0!important;
backdrop-filter: unset!important;
transition: unset!important;
- animation-duration: 0!important;
- animation-timing-function:unset!important;
}
dialog.closing>article {
animation-name:unset!important;
+ animation-duration: 0!important;
+ animation-timing-function:unset!important;
}
dialog>article {
animation-name:unset!important;
+ animation-duration: 0!important;
+ animation-timing-function:unset!important;
+}
+dialog.closing {
+ animation-duration: 0!important;
+ animation-timing-function:unset!important;
}
*:before {
border-radius: 0!important;